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
A situation I ran into was when attempting to write a large message, one which exceeded the output topic's message size limit. This caused the write to fail, but there was not enough information logged to debug the problematic message.
I suggest at minimum logging the primary key associated with the output message, in addition to the exception logging already in place.
The text was updated successfully, but these errors were encountered:
amajedi
changed the title
Offset debug logging on output topic write errors
Debug logging on output topic write errors
Nov 26, 2018
amajedi
changed the title
Debug logging on output topic write errors
Debug logging on KafkaTopic write errors
Nov 26, 2018
It would be helpful if the message offset and some additional metadata was logged as a result of write exceptions raised doing writes to kafka topics.
Writes are handled asynchronously in KafkaTopic.flush()
A situation I ran into was when attempting to write a large message, one which exceeded the output topic's message size limit. This caused the write to fail, but there was not enough information logged to debug the problematic message.
I suggest at minimum logging the primary key associated with the output message, in addition to the exception logging already in place.
The text was updated successfully, but these errors were encountered: