Where is the consumer lag resolved? #3606
-
This API resolves some really helpful information /api/clusters/{clusterName}/topics/{topicName}/consumer-groups. I would like to insert that into some other projects status checking without going through the web UI. I tried looking through the code, and I can seem to find where the information is pulled from. Can anyone with more more knowledge of the code base point me there? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello there sirmspencer! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 |
Beta Was this translation helpful? Give feedback.
-
Hello @sirmspencer . Thank you for your interest to the project. Btw, for such questions - please use |
Beta Was this translation helpful? Give feedback.
-
Thank you! Will do next time. |
Beta Was this translation helpful? Give feedback.
Hello @sirmspencer . Thank you for your interest to the project.
Code entrypoint that you are looking for is here https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumerGroupService.java#L66.
Btw, for such questions - please use
Discussions
next time.