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 should add metrics that are returned in the producer clients stats event and pass some of them into prom metrics. It may also be useful to add a metic that counts the total amount of times the Kafka producer flush() function is called to see if it's excessively called. This may be important because every flush call blocks the processor from writing any messages to the queue until the flush callback completes.
We should add metrics that are returned in the producer clients
stats
event and pass some of them into prom metrics. It may also be useful to add a metic that counts the total amount of times the Kafka producerflush()
function is called to see if it's excessively called. This may be important because every flush call blocks the processor from writing any messages to the queue until the flush callback completes.https://github.com/Blizzard/node-rdkafka/blob/master/README.md
The text was updated successfully, but these errors were encountered: