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
Using the packet capture tool, it is found that for normal topics, the return packet of Fetch V1 Request will have an increased offset and will return MessageSet.
As shown below, the normal request and response packets:
Abnormal request and response packets:
Once an exception occurs, the consumer will keep retrying indefinitely, causing the topic consumption to be stuck.
We have some complete packet capture data, but it involves sensitive information and cannot be provided directly. If you need it, you can contact me for assistance at [email protected]
The text was updated successfully, but these errors were encountered:
Yes, we found that the v1 version of the fetch protocol will force the max_bytes check. If a packet larger than max_bytes appears, the client will be stuck and can neither get the message nor skip it.
Description
A topic consumption is suddenly stuck.
Using the packet capture tool, it is found that for normal topics, the return packet of Fetch V1 Request will have an increased offset and will return MessageSet.
As shown below, the normal request and response packets:
Abnormal request and response packets:
Once an exception occurs, the consumer will keep retrying indefinitely, causing the topic consumption to be stuck.
Versions
Configuration
additional
We have some complete packet capture data, but it involves sensitive information and cannot be provided directly. If you need it, you can contact me for assistance at [email protected]
The text was updated successfully, but these errors were encountered: