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
As part of #1, would you consider converging/moving the logging callback into event_cb? If you think about it, a log represents information about an event. It would be good to:
- be able to subscribe to event callbacks of a certain type and/or minimum severity
- when the user receives the callback, they can choose to either ignore it, log it or do act on it.
This is a summary of changes that should go into the next version of the API (SONAME version 2).
C
rd_kafka_resp_err_t
) with error objects (rd_kafka_error_t *
).flags
field tord_kafka_message_t
, see issue Add producing batched messages #112opaque
tord_kafka_message_t
errstr
tord_kafka_message_t
, cant reuse payload in dr_cb.C++
General
auto.commit.enable
that is often confused with the new consumerenable.auto.commit
The text was updated successfully, but these errors were encountered: