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
This commit changes the visibility of the ProducerClient abstraction and
the associated BatchProducer constructor method (used internally to swap
out the real client impl with a mock for testing purposes.)
This allows external code to optionally "hook" into the lower-level
Kafka client calls, in order to inspect the Records being pushed to
Kafka / instrument & evaluate produce errors / measure produce latency /
etc.
0 commit comments