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
KafkaAcknowledgedMessage: fix bug with error msg (#47)
Motivation:
* only consumers receive the error message of an acknowledgement through
the payload
* our implementation only handles acknowledgements for
producers, though still uses the message payload for the error message
(which only applies to consumers)
Modifications:
* stop reading acknowledgement error message from message payload for
producers
* only read underlying rd_kafka_resp_err_t to retrieve error message
Result:
The error message of a producer acknowledgement should now be
determined by the underlying rd_kafka_resp_err_t
0 commit comments