[
https://issues.apache.org/jira/browse/KAFKA-16306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-16306.
---------------------------------
Fix Version/s: 3.8.0
Resolution: Fixed
> GroupCoordinatorService logger is not configured
> ------------------------------------------------
>
> Key: KAFKA-16306
> URL: https://issues.apache.org/jira/browse/KAFKA-16306
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Jeff Kim
> Assignee: Jeff Kim
> Priority: Minor
> Fix For: 3.8.0
>
>
> The GroupCoordinatorService constructor initializes with the wrong logger
> class:
> ```
> GroupCoordinatorService(
> LogContext logContext,
> GroupCoordinatorConfig config,
> CoordinatorRuntime<GroupCoordinatorShard, Record> runtime,
> GroupCoordinatorMetrics groupCoordinatorMetrics
> ) {
> this.log = logContext.logger(CoordinatorLoader.class);
> this.config = config;
> this.runtime = runtime;
> this.groupCoordinatorMetrics = groupCoordinatorMetrics;
> }
> ```
> change this to GroupCoordinatorService.class
--
This message was sent by Atlassian Jira
(v8.20.10#820010)