vamsiprasanth-narvar opened a new issue, #15882: URL: https://github.com/apache/pulsar/issues/15882
**Describe the bug** We are deploying our consumer app using pulsar client 2.9.1(tried with 2.10 version too) with java version 17(open jdk 17.0.2_8-7-1937) and we are getting fatal error during init of PulsarClient. The app is working with Java 11 and Java 15. **To Reproduce** Steps to reproduce the behavior: Error occurs in this statement - PulsarClient.builder().serviceUrl(broker).connectionsPerBroker(4).ioThreads(Runtime.getRuntime().availableProcessors()).build(); **Expected behavior** Pulsar client init and running fine **Screenshots** <img width="822" alt="image" src="https://user-images.githubusercontent.com/86304046/171476439-7d97a49a-3c86-45d7-af95-51986dfba47a.png"> **Desktop (please complete the following information):** - OS: [e.g. iOS] -- 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]
