pulsar-admin

Crates.iopulsar-admin
lib.rspulsar-admin
version0.0.2
sourcesrc
created_at2023-03-31 11:51:00.334928
updated_at2024-09-10 14:13:12.082492
descriptionA Rust-based HTTP client for interacting with the Apache Pulsar REST API
homepagehttps://github.com/protocol-laboratory/pulsar-admin-rust
repositoryhttps://github.com/protocol-laboratory/pulsar-admin-rust
max_upload_size
id826276
size35,138
ZhangJian He (shoothzj)

documentation

README

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

Commit count: 8

cargo fmt