https://github.com/protocol-laboratory/pulsar-admin-java
Pulsar Admin Java. Feel free to open an issue if you have any questions or feature requests.
https://github.com/protocol-laboratory/pulsar-admin-java
admin java pulsar
Last synced: 2 months ago
JSON representation
Pulsar Admin Java. Feel free to open an issue if you have any questions or feature requests.
- Host: GitHub
- URL: https://github.com/protocol-laboratory/pulsar-admin-java
- Owner: protocol-laboratory
- License: apache-2.0
- Created: 2023-03-04T10:17:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-24T14:04:42.000Z (7 months ago)
- Last Synced: 2025-08-24T19:26:47.299Z (7 months ago)
- Topics: admin, java, pulsar
- Language: Java
- Homepage: https://protocol-laboratory.github.io/
- Size: 195 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pulsar-admin-java
  [](https://github.com/protocol-laboratory/pulsar-admin-java/releases) [](https://codecov.io/gh/protocol-laboratory/pulsar-admin-java)
This is an alternative to pulsar-admin, supporting multiple [HTTP engines](https://github.com/openfacade/http-facade?tab=readme-ov-file#httpclient-support-engines) by leveraging [http-facade](https://github.com/openfacade/http-facade).
Features:
- Basic functionality for managing Pulsar clusters
- Built on top of the built-in HTTP client of the JDK
- Minimizes project dependencies to provide a lightweight solution
- Requires a minimum of JDK 8
Notices:
- currently disable hostname verification is not available. if you want to disable it ,please set property like : **System.setProperty("jdk.internal.httpclient.disableHostnameVerification", "true")**, but it's better to provide valid certificates.