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
When publishing an outgoing event, the payload can exceed kafka's max message size. This will result in retries to send the message, but will not succeed.
The idea of this ticket is to reject the event earlier, or make that an optional setting.