We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce Start consumer, start producer, restart consumer Start consumer ./rdkafka_example_cpp -C -t ssv-evr -b gcn1004.corp.xplusone.com:9092 -p 1 -o stored Start producer % Created producer rdkafka#producer-0 aa % Produced message (2 bytes) bb Message delivery for (2 bytes): Success % Produced message (2 bytes) ttt Message delivery for (2 bytes): Success % Produced message (3 bytes) , restart consumer ./rdkafka_example_cpp -C -t ssv-evr -b gcn1004.corp.xplusone.com:9092 -p 1 -o stored % Created consumer rdkafka#consumer-0 Read msg at offset 3002 ttt
The text was updated successfully, but these errors were encountered:
Thanks for the info, I can reproduce it and will look into it.
Sorry, something went wrong.
Make sure to store EOF offset on termination (issue #164)
74be57e
This is fixed now, can you verify on your end aswell? Thanks.
No branches or pull requests
To reproduce Start consumer, start producer, restart consumer
Start consumer
./rdkafka_example_cpp -C -t ssv-evr -b gcn1004.corp.xplusone.com:9092 -p 1 -o stored
Start producer
% Created producer rdkafka#producer-0
aa
% Produced message (2 bytes)
bb
Message delivery for (2 bytes): Success
% Produced message (2 bytes)
ttt
Message delivery for (2 bytes): Success
% Produced message (3 bytes)
, restart consumer
./rdkafka_example_cpp -C -t ssv-evr -b gcn1004.corp.xplusone.com:9092 -p 1 -o stored
% Created consumer rdkafka#consumer-0
Read msg at offset 3002
ttt
The text was updated successfully, but these errors were encountered: