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 trying to consume from a topic using offsets older than a certain point the consumer will hang until you kill it. It appears to work fine using offsetsNewest or an absolute value above some point. When trying to consume a topic with 155 log entries and starting with an offset anywhere under roughly 30 would hang. Anything above that would work as normal.
This appears to only affect consuming against 0.10 clusters.
The text was updated successfully, but these errors were encountered:
lucianjon
changed the title
Consumer hangs when trying to consume old offsets on 0.10 cluster
Consumer hangs when trying to consume old offsets on a 0.10 broker
Aug 22, 2016
When trying to consume from a topic using offsets older than a certain point the consumer will hang until you kill it. It appears to work fine using
offsetsNewest
or an absolute value above some point. When trying to consume a topic with 155 log entries and starting with an offset anywhere under roughly 30 would hang. Anything above that would work as normal.This appears to only affect consuming against 0.10 clusters.
The text was updated successfully, but these errors were encountered: