cmccabe commented on code in PR #14678:
URL: https://github.com/apache/kafka/pull/14678#discussion_r1380489139
##########
core/src/main/scala/kafka/tools/TestRaftServer.scala:
##########
@@ -82,13 +82,8 @@ class TestRaftServer(
() => Features.fromKRaftVersion(MetadataVersion.MINIMUM_KRAFT_VERSION))
socketServer = new SocketServer(config, metrics, time, credentialProvider,
apiVersionManager)
- val metaProperties = MetaProperties(
- clusterId = Uuid.ZERO_UUID.toString,
- nodeId = config.nodeId
- )
-
raftManager = new KafkaRaftManager[Array[Byte]](
- metaProperties,
+ Uuid.ZERO_UUID.toString,
Review Comment:
It's a good question. I don't know why this test chose `Uuid.ZERO_UUID`. But
I figured changing it here was out of scope.
--
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]