You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
andrasbeni
changed the title
[Bug] PerformanceConsumer does not stop at num-messages messages received
[Bug] PerformanceConsumer does not stop at numMessages messages received
Sep 20, 2022
Search before asking
Version
master branch, 8b771a6
Minimal reproduce step
start
./pulsar-perf consume -u pulsar://localhost:6650 -m 100 topic
run
./pulsar-perf produce -u pulsar://localhost:6650 -m 110 topic
in parallelWhat did you expect to see?
pulsar-perf consume
should have stopped after receiving 100 messages.What did you see instead?
pulsar-perf consume
did not stop even after 110 messages.Anything else?
the field
numMessages
, that stores the value of the flag-m
is never used.Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: