eolivelli opened a new pull request #9859: URL: https://github.com/apache/pulsar/pull/9859
### Motivation When you are using pulsar-perf you have to pre-create the topic if you want it to be partitioned. This is very awkward and error prone. ### Modifications This patch adds the ability to set a number of partitions. Before starting the main procedure we are going to create the topics as partitioned topics. I needed to add support to pass explicitly the http service url, because by default the serverURL is the binary protocol URL and it is not suitable for PulsarAdmin. The default value is http://localhost:8080. ### Verifying this change This change added tests and can be verified bu testing manually the new option. ### Documentation - Does this pull request introduce a new feature? yes - If yes, how is the feature documented? internal help for pulsar-perf (just run "pulsar-perf produce" in order to see the help) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
