Hi All, I’ve created an open source pulsar test tool if anyone would find it useful. It’s currently geared towards protobuf messages(compiled to java) and plain text. Some of the features from the readme
- Generate and publish messages to a pulsar topic using Kotlin Scripting - Subscribe to a Pulsar topic and receive messages - Query all topics (non-authenticated connections only at the moment) - Import JAR files for serialization and deserialization of messages - Import custom authentication JAR files - Store and share test collections You can find it here: https://github.com/open-toast/pulseman It has an installer for mac and linux but it’s mostly been tested on mac. It’s written in jetpack compose for desktop so it should compile for windows as well. If anyone has an interest or needs help in setting up a project I’m happy to help, you can email me on [email protected] or you can message me in the pulsar slack <https://apache-pulsar.slack.com/> @stephen.kirk. I'm also very open to feedback on improvements I can make or issues people run into. Regards, Stephen
