When we try to produce a kafka message larger in size than the configured max buffered bytes, we see the following error message being returned -
The request included a message larger than the max message size the server will accept.
Would it be possible to also include the size of the actual kafka message that caused this error, i.e. something like -
The request included a message larger than the max message size the server will accept (1468006 > 1048576).
Thank you!