forked from smorin/KafkaOffsetMonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new API endpoint under '/topic/$TOPIC/consumers' that shows t…
…he active consumers information for the current topic. Changelog: - Changed endpoint resource from '/topiclist/$TOPIC' to '/topic/$TOPIC' so changed app.js and templates to match this change - Created a new case class 'TopicAndConsumersDetails' which is the return for the new method created - Added new method: 'getTopicAndConsumersDetail()' which returns the topic details plus the consumer details for each consumer of the topic - Added the name into the 'KafkaInfo' case class to provide a little bit of context - Added the new endpoint to the 'OffsetGetterWeb' intent() method with path: '/topic/$TOPIC/consumers'
- Loading branch information
Showing
4 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters