showuon commented on code in PR #11983:
URL: https://github.com/apache/kafka/pull/11983#discussion_r863750000
##########
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:
I think we go back to `sessioned` in `serializeMetadata` method will make
`metadataRequest` looks cleaner. Sorry that I didn't make it clear.
--
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]