iit2009060 commented on code in PR #21535:
URL: https://github.com/apache/kafka/pull/21535#discussion_r2877444301
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -861,6 +843,12 @@ public class StreamsConfig extends AbstractConfig {
ProducerConfig.MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION,
ProducerConfig.TRANSACTIONAL_ID_CONFIG
};
+ @SuppressWarnings("WeakerAccess")
+ public static final String
PROCESSING_EXCEPTION_HANDLER_GLOBAL_ENABLED_CONFIG =
"processing.exception.handler.global.enabled";
Review Comment:
mark deprecated
--
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]