2019-06-19 09:19:38 UTC - Richard Sherman: @Richard Sherman has joined the channel ---- 2019-06-19 09:21:48 UTC - Richard Sherman: This looks like the consumer code is slower than the producer code, which is independent of Pulsar. I've had over 4,000 messages per second passing through a single topic on my laptop running the producer, the consumer and the pulsar broker. ---- 2019-06-19 09:51:53 UTC - Kenta Kusumoto: I’m running Pulsar in a Docker container. The client version is 2.3.1 in the Java apps. Interestingly the problem occurs with at least Pulsar (Docker image) 2.3.2, 2.3.1, 2.2.1, 2.1.1-incubating but _not_ with 2.1.0-incubating… ---- 2019-06-19 09:53:55 UTC - Kenta Kusumoto: We have quite recently updated from 2.1.0-incubating to 2.3.1. ---- 2019-06-19 15:07:26 UTC - Matteo Merli: @Kenta Kusumoto Normally, a single consumer should be able to get 100s of thousands of msg/s.
Do you see any suspicious logs in the broker side? Is the data inside the Docker container or mounted as a volume? ----