Skip to content

This is a simple alternative to pulsar-admin built using the built-in HTTP client of the JDK. It minimizes project dependencies and requires a minimum of JDK 17.

License

Notifications You must be signed in to change notification settings

xiezhx9/pulsar-admin-java

 
 

Repository files navigation

pulsar-admin-java

License Language version codecov

This is a simple alternative to pulsar-admin built using the built-in HTTP client of the JDK. It minimizes project dependencies and requires a minimum of JDK 17.

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 17

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.

About

This is a simple alternative to pulsar-admin built using the built-in HTTP client of the JDK. It minimizes project dependencies and requires a minimum of JDK 17.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • Shell 2.0%