sjhajharia commented on code in PR #17775:
URL: https://github.com/apache/kafka/pull/17775#discussion_r1908541732
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java:
##########
@@ -244,6 +261,11 @@ public GroupCoordinatorService build() {
*/
private final GroupConfigManager groupConfigManager;
+ /**
+ * The Persister to persist the state of GC
+ */
+ private final Persister persister;
Review Comment:
The persister here is needed to make the call to the persister.readSummary()
method in the `listShareGroupOffsets()` function.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]