Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulsar-perf produce: "-t" option is broken #9821

Closed
eolivelli opened this issue Mar 5, 2021 · 0 comments · Fixed by #9838
Closed

pulsar-perf produce: "-t" option is broken #9821

eolivelli opened this issue Mar 5, 2021 · 0 comments · Fixed by #9838
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@eolivelli
Copy link
Contributor

The patch #9716 broken compatibility with the previous version of the pulsar-perf tool.

I have tools that used the useful feature, that is to auto create many topics on demand and automatically

I will be happy to send a patch that at least restores the auto-topic creation behaviour

bin/pulsar-perf produce -t 10 test

should create 10 topics, now it does not work anymore

The size of topics list should be equal to --num-topic
Usage: pulsar-perf produce [options] persistent://prop/ns/my-topic
  Options:
@eolivelli eolivelli added the type/bug The PR fixed a bug or issue reported a bug label Mar 5, 2021
codelipenghui pushed a commit that referenced this issue Mar 10, 2021
### Motivation

Fixes #9821

### Modifications

Add the logic to cover the default behaviour of previous versions. More details can be found in #9716.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
1 participant