Replies: 2 comments
-
It seems I could use |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can answer my own question now: I was using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get the statistics emitted in the intervals outside of the
rd_kafka_consumer_poll
flow?In the case of longer processing where
#rd_kafka_consumer_poll
is not called every 5 seconds, the metrics are not published for an extensive time period untilrd_kafka_consumer_poll is called
. Is there any way to use the Events API to achieve this and (somehow) redirect statistics to a separate queue or have them published alongside via Events API?My goal would be to collect metrics alongside of processing, as mentioned in the docs
rd_kafka_poll
cannot be used to trigger cb for a consumer.Beta Was this translation helpful? Give feedback.
All reactions