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
Hello,
I noticed some messages not being published to Kafka although the logs report no error, and it seems that if a message exceeds the maximum size (max_request_size in the Producer, in my case corresponding to the value in the topic settings) it is discarded but no exception is raised.
Is this a known behavior?
The text was updated successfully, but these errors were encountered:
Hello,
I noticed some messages not being published to Kafka although the logs report no error, and it seems that if a message exceeds the maximum size (
max_request_size
in the Producer, in my case corresponding to the value in the topic settings) it is discarded but no exception is raised.Is this a known behavior?
The text was updated successfully, but these errors were encountered: