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
Consumer is getting stuck trying to consume a particular offset. Affects both the iterator and poll() interfaces. Seem to loop indefinitely, trying to fetch the offset. Here's the debug logs for a single loop:
Is it possible that the message 49955550 is too large to fit in a single FetchResponse (in addition to the skipped message 49955549)? Try increasing max_partition_fetch_bytes . It defaults to ~1MB.
Consumer is getting stuck trying to consume a particular offset. Affects both the iterator and
poll()
interfaces. Seem to loop indefinitely, trying to fetch the offset. Here's the debug logs for a single loop:kafka: 1.1.0
kafka-python: 1.4.3
The text was updated successfully, but these errors were encountered: