Can we modify open-messaging benchmark tool(https://github.com/openmessaging/benchmark) to load test the standalone Apache instance
Can we modify open-messaging benchmark tool(https://github.com/openmessaging/benchmark) to load test the standalone Apache instance
What do you mean? Of you want to use it for local development you can just that Apache Pulsar Standalone locally and launch locally the benchmark.
Just change the namespace to public/default in the .yaml file in driver-pulsar.
By the way running locally is not very useful, as for real testing you need:
You don't need any modifications. The benchmark will run in single-node mode if you don't pass a list of worker nodes. Just point to any Pulsar cluster or standalone instance.