smjn opened a new pull request, #23224: URL: https://github.com/apache/kafka/pull/23224
Instead of accepting the full InitializeShareGroupStateRequestData, initializeState (and maybeGetInitializeStateError) now take the groupId, topicId, and PartitionData directly, since the shard only ever operates on a single group:topic:partition key. Updated ShareCoordinatorService's caller and ShareCoordinatorShardTest accordingly, simplifying tests to build only the PartitionData instead of wrapping it in a full request object. -- 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]
