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
When a client consumes multiple partitions, there is a probability that some partitions cannot be consumed.
Normal when one client consumes one partition.
When it's abnormal just jump partition 3
will recover when restart the client
How to reproduce
Create a topic with 8 partitions and use a client to consume
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
librdkafka version (2.5.0): <REPLACE with e.g., v0.10.5 or a git sha. NOT "latest" or "current">
Apache Kafka version: <REPLACE with e.g., 0.10.2.3>
librdkafka client configuration: <REPLACE with e.g., message.timeout.ms=123, auto.reset.offset=earliest, ..>
Operating system: <REPLACE with e.g., Centos 5 (x64)>
Provide logs (with debug=.. as necessary) from librdkafka
Provide broker log excerpts
Critical issue
The text was updated successfully, but these errors were encountered:
Description
When a client consumes multiple partitions, there is a probability that some partitions cannot be consumed.
Normal when one client consumes one partition.
When it's abnormal just jump partition 3
will recover when restart the client
How to reproduce
Create a topic with 8 partitions and use a client to consume
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
<REPLACE with e.g., v0.10.5 or a git sha. NOT "latest" or "current">
<REPLACE with e.g., 0.10.2.3>
<REPLACE with e.g., message.timeout.ms=123, auto.reset.offset=earliest, ..>
<REPLACE with e.g., Centos 5 (x64)>
debug=..
as necessary) from librdkafkaThe text was updated successfully, but these errors were encountered: