AndrewJSchofield commented on code in PR #17549:
URL: https://github.com/apache/kafka/pull/17549#discussion_r1810764018
##########
core/src/test/scala/unit/kafka/server/GroupCoordinatorBaseRequestTest.scala:
##########
@@ -606,7 +608,7 @@ class GroupCoordinatorBaseRequestTest(cluster:
ClusterInstance) {
protected def shareGroupHeartbeat(
groupId: String,
- memberId: String = "",
+ memberId: String = Uuid.randomUuid.toString,
Review Comment:
Yeah, I'm keeping an eye on all this and will make sure KIP-932 incorporates
all of the latest refinements before it is completed.
--
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]