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
I don't think the comment here is necessarily correct: https://github.com/Shopify/sarama/blob/master/sarama.go#L44
as I have observed receiving a 170MB fetch response that is hitting the MaxResponseSize limit. It seems like socket.request.max.bytes is a limit only on the request size and not the response size. Also this: https://issues.apache.org/jira/browse/KAFKA-2063 seems to indicate that you can't actually control the fetch response size.
Also just curious as to whether there is some protocol limitation that absolutely prevents a response from being larger than 2GB?
The text was updated successfully, but these errors were encountered:
I don't think the comment here is necessarily correct: https://github.com/Shopify/sarama/blob/master/sarama.go#L44
as I have observed receiving a 170MB fetch response that is hitting the MaxResponseSize limit. It seems like socket.request.max.bytes is a limit only on the request size and not the response size. Also this: https://issues.apache.org/jira/browse/KAFKA-2063 seems to indicate that you can't actually control the fetch response size.
Also just curious as to whether there is some protocol limitation that absolutely prevents a response from being larger than 2GB?
The text was updated successfully, but these errors were encountered: