#pulsar #rest #apache #admin #rust-based

pulsar-admin-rust

A Rust-based HTTP client for interacting with the Apache Pulsar REST API

1 unstable release

0.0.1 Mar 31, 2023

#12 in #rust-based

Apache-2.0

7KB
113 lines

Pulsar Admin Rust

Pulsar Admin Rust is a Rust-based HTTP client for interacting with the Apache Pulsar REST API.

Features

  • Asynchronous HTTP requests
  • Built on top of Reqwest for a high-level HTTP client experience
  • JSON handling with Serde

Contributing

We welcome contributions! If you're interested in contributing, please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create a new pull request

License

This project is licensed under the Apache License 2.0

Dependencies

~5–18MB
~287K SLoC