openmessaging / openmessaging-java

OpenMessaging Runtime Interface for Java
http://openmessaging.cloud/
Apache License 2.0
722 stars 220 forks source link

Not a issue , but a question #58

Closed ksingh7 closed 4 years ago

ksingh7 commented 5 years ago

Scenario: Suppose i already have a production instance of Kafka running in my infrastructure and i wanted to benchmark my Kafka cluster using this project.

Question: Does Openmessaging allow me to do that, without spinning a new AWS infra/Kafka cluster

If yes, can you please share an example to connect to external kafka endpoint ( any config file will be helpful as well.

duhenglucky commented 5 years ago

@ksingh7 yes, you can use this the OpenMessaging benchmark tools to do more test with kafka and other messaging middleware, and OpenMessaging benchmark used terraform to create resources, but if you have already launched a cluster, please use the benchmark client test it directly.

ksingh7 commented 4 years ago

Thanks @duhenglucky appretiate your help