Skip to content
Discussion options

You must be logged in to vote

Michael asked for an executable way - please provide it. Otherwise it's not clear what you are doing.

Here's an example showing that I get the whole last chunk (starting from the first message of the last chunk) when consuming over AMQP 0.9.1 and AMQP 1.0:

  1. Publish over the stream protocol using stream-perf-test:
> stream-perf-test -y 0 -z 2
...
Summary: published 1952679 msg/s, confirmed 1947733 msg/s, consumed 0 msg/s, latency 95th 0 ms, chunk size 0
  1. Consume from last using stream-perf-test - it shows the chunk size of 1740 messages:
> stream-perf-test -x 0 -o last
1, published 0 msg/s, confirmed 0 msg/s, consumed 1726 msg/s, latency median/75th/95th/99th 0/0/0/0 ms, chunk size 1740

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@Laurianti
Comment options

Comment options

You must be logged in to vote
6 replies
@Laurianti
Comment options

@mkuratczyk
Comment options

Answer selected by ansd
@Laurianti
Comment options

@michaelklishin
Comment options

@Laurianti
Comment options

@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #12497 on October 08, 2024 22:05.