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
In produce request and fetch response we encode records as [][]byte, but it should be []byte, there is only one length prefixed block ever sent received, there can be multiple record batches in that []byte but they are concatenated together
The text was updated successfully, but these errors were encountered:
In produce request and fetch response we encode records as [][]byte, but it should be []byte, there is only one length prefixed block ever sent received, there can be multiple record batches in that []byte but they are concatenated together
The text was updated successfully, but these errors were encountered: