m1a2st opened a new pull request, #19476: URL: https://github.com/apache/kafka/pull/19476
The protocol type; for Connect assignors this is "eager", "compatible", or "sessioned" Since `ConnectAssignor` is an interface and the protocol parameter is restricted to "eager", "compatible", or "sessioned", it aligns with the existing ConnectProtocolCompatibility enum. Therefore, we can update the code to use ConnectProtocolCompatibility directly. -- 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