openmessaging / openmessaging-java

OpenMessaging Runtime Interface for Java

Home Page:http://openmessaging.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not a issue , but a question

ksingh7 opened this issue · comments

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.

@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.

Thanks @duhenglucky appretiate your help