chia7712 commented on code in PR #17562: URL: https://github.com/apache/kafka/pull/17562#discussion_r1815557814
########## server-common/src/main/java/org/apache/kafka/server/common/serialization/NodeToControllerChannelManager.java: ########## @@ -15,10 +15,11 @@ * limitations under the License. */ -package org.apache.kafka.server; +package org.apache.kafka.server.common.serialization; Review Comment: not sure the connection between `NodeToControllerChannelManager` and serialization. Maybe `org.apache.kafka.server.common` is good enough? -- 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]
