Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

[ADAPT1-1526] | Create an offset stream for consumer group internal topic #22

Merged
merged 2 commits into from
May 8, 2024

Conversation

abhivermaaa
Copy link

@abhivermaaa abhivermaaa commented Apr 21, 2024

ADAPT1-1526 | Create an offset stream for consumer group internal topic

Description :
We need to calculate lag on the topic “_hydra.consumer-groups” . We don’t commit offset for this internal topic. So, In order to calculate lag on this topic, we need to have committed offsets for which an offset stream needs to be created.
Create an offset stream which will hold all the committed offsets by the internal topic : “_hydra.consumer-groups”.

This PR is having code changes for creating an offset stream which is having all the committed offsets by the internal topic : “_hydra.consumer-groups”

JIRA :
https://pluralsight.atlassian.net/browse/ADAPT1-1526

… aand also added ConsumerGroupsOffsetFacade for holding all offset info
Copy link

@aman-minz aman-minz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@abhivermaaa abhivermaaa changed the base branch from master to feature-notification-subscribertab May 8, 2024 05:54
@abhivermaaa abhivermaaa merged commit 4d6d7d3 into feature-notification-subscribertab May 8, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants