C0urante commented on code in PR #11983: URL: https://github.com/apache/kafka/pull/11983#discussion_r863740301
########## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeConnectProtocol.java: ########## @@ -148,18 +148,18 @@ public class IncrementalCooperativeConnectProtocol { * Current Assignment => [Byte] * </pre> */ - public static ByteBuffer serializeMetadata(ExtendedWorkerState workerState, boolean sessioned) { + public static ByteBuffer serializeMetadata(ExtendedWorkerState workerState) { Review Comment: Ah, good catch! I've pushed a fix but tried to keep the improvement to the serialization API; if you'd prefer to go back to the `sessioned` boolean LMK. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org