jsancio commented on code in PR #12183:
URL: https://github.com/apache/kafka/pull/12183#discussion_r882940851
##########
core/src/main/scala/kafka/server/ControllerServer.scala:
##########
@@ -175,6 +174,11 @@ class ControllerServer(
OptionalLong.empty()
}
+ val maxIdleIntervalNs = config.metadataMaxIdleIntervalMs match {
Review Comment:
Okay. I fixed this. `asJava` converts it to a `Optional[Long]` so I did it
manually.
--
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]