#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

#178 in HTTP client

Download history 2/week @ 2024-07-04 19/week @ 2024-07-25 3/week @ 2024-08-01 107/week @ 2024-09-05 47/week @ 2024-09-12 22/week @ 2024-09-19 15/week @ 2024-09-26 3/week @ 2024-10-03

106 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

~6–18MB
~277K SLoC