#pulsar #api-client #http-request #apache #admin #requests

pulsar-admin

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

2 releases

0.0.2 Sep 10, 2024
0.0.1 Mar 31, 2023

#188 in HTTP client

Download history 17/week @ 2024-07-24 5/week @ 2024-07-31 88/week @ 2024-09-04 64/week @ 2024-09-11 20/week @ 2024-09-18 18/week @ 2024-09-25 4/week @ 2024-10-02

68 downloads per month

Apache-2.0

22KB
470 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

~7–19MB
~271K SLoC