jak78 commented on PR #504: URL: https://github.com/apache/pulsar-site/pull/504#issuecomment-1498910030
 I could not find any Pulsar Java Admin API example in the provided repo. I suggest the following text instead: > Prepare a Java project. You can add the following dependency to your POM: ```xml <dependency> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar-client-admin</artifactId> <version>2.11.0</version> </dependency> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
