frankvicky commented on code in PR #17549:
URL: https://github.com/apache/kafka/pull/17549#discussion_r1810680947
##########
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:
Since `ShareGroupHeartbeat RPC` is still under development, I think it's
acceptable to change the default value from an empty string to a UUID.
--
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]