An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# pulsar-admin-java

![License](https://img.shields.io/badge/license-Apache2.0-green) ![Language](https://img.shields.io/badge/language-Java-blue.svg) [![version](https://img.shields.io/github/v/tag/protocol-laboratory/pulsar-admin-java?label=release&color=blue)](https://github.com/protocol-laboratory/pulsar-admin-java/releases) [![codecov](https://codecov.io/gh/protocol-laboratory/pulsar-admin-java/branch/main/graph/badge.svg)](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.