chickenchickenlove commented on code in PR #22559:
URL: https://github.com/apache/kafka/pull/22559#discussion_r3436168273
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -1600,12 +1600,6 @@ protected StreamsConfig(final Map<?, ?> props,
private void verifyStreamsProtocolCompatibility(final boolean doLog) {
if (doLog && isStreamsProtocolEnabled()) {
Review Comment:
You're right.
There is indeed an issue there as well. I'll address that part too and
include it in this PR.
--
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]