iit2009060 commented on code in PR #21535:
URL: https://github.com/apache/kafka/pull/21535#discussion_r2893971641
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -861,6 +843,13 @@ public class StreamsConfig extends AbstractConfig {
ProducerConfig.MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION,
ProducerConfig.TRANSACTIONAL_ID_CONFIG
};
+ @Deprecated
+ @SuppressWarnings("WeakerAccess")
+ public static final String
PROCESSING_EXCEPTION_HANDLER_GLOBAL_ENABLED_CONFIG =
"processing.exception.handler.global.enabled";
+ private static final String
PROCESSING_EXCEPTION_HANDLER_GLOBAL_ENABLED_DOC =
+ "When false (default), maintains backwards-compatible behaviour
where global exceptions terminate or gracefully shut down the application. " +
+ "When true, enables the ProcessingExceptionHandler for
GlobalKTable exceptions. " +
+ "This config will be removed in Kafka Streams 5.0, where
global exception handling will be enabled by default";
Review Comment:
updated.
--
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]