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
We saw that when there is an error, and a message is consumed, there is possibility
to have null in message topic_name and message timestamp properties.
The exact error is -185 / RD_KAFKA_RESP_ERR__TIMED_OUT.
Probably it is a good idea to make them null-able. :)
The text was updated successfully, but these errors were encountered:
We saw that when there is an error, and a message is consumed, there is possibility
to have null in message topic_name and message timestamp properties.
The exact error is -185 / RD_KAFKA_RESP_ERR__TIMED_OUT.
Probably it is a good idea to make them null-able. :)
The text was updated successfully, but these errors were encountered: