deveshgarg150 commented on issue #8151: URL: https://github.com/apache/storm/issues/8151#issuecomment-3025124226
Thanks @rzo1 for the detailed reply. Just adding to the context; in the past few days, I've done a POC on local env in the following manner: - Setup kafka cluster with zookeeper support (Kafka 3.9 series). Used **Java 17** for that because otherwise Java 21 gives some Security exceptions while starting the kSQLdb server step. - Used latest Apache Storm 2.8.1. Setup Storm nimbus, supervisor and ui nodes using **Java 21**. This nimbus master here was able to employ zookeeper configured in previous step to its own use. - Shaded the project using **Java 21** and submit to storm, works fine though. -- 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]
