chia7712 commented on code in PR #17108: URL: https://github.com/apache/kafka/pull/17108#discussion_r1752430411
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java: ########## @@ -742,9 +742,9 @@ boolean runLoop() { errorMessage.startsWith("Broker unexpectedly doesn't support requireStable flag on version ")) { log.error("Shutting down because the Kafka cluster seems to be on a too old version. " + - "Setting {}=\"{}\"/\"{}\" requires broker version 2.5 or higher.", + "Setting {}=\"{}\" requires broker version 2.5 or higher.", StreamsConfig.PROCESSING_GUARANTEE_CONFIG, - StreamsConfig.EXACTLY_ONCE_V2, StreamsConfig.EXACTLY_ONCE_BETA); Review Comment: Could you please remove the `@SuppressWarnings("deprecation")` from line:688 as `StreamsConfig.EXACTLY_ONCE_BETA` is removed -- 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