This is an automated email from the ASF dual-hosted git repository.
guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 31ce3a2 KAFKA-6825: Make
StreamsConfig#DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG public (#4929)
31ce3a2 is described below
commit 31ce3a27050443276f8a634443ade5c251766614
Author: Guozhang Wang <[email protected]>
AuthorDate: Wed May 2 11:58:43 2018 -0700
KAFKA-6825: Make
StreamsConfig#DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG public (#4929)
Reviewers: Matthias J Sax <matthias@confluentio>
---
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
b/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
index 23e69c5..653243c 100644
--- a/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
+++ b/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
@@ -250,7 +250,7 @@ public class StreamsConfig extends AbstractConfig {
/**
* {@code default.production.exception.handler}
*/
- private static final String
DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG =
"default.production.exception.handler";
+ public static final String
DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG =
"default.production.exception.handler";
private static final String DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_DOC
= "Exception handling class that implements the
<code>org.apache.kafka.streams.errors.ProductionExceptionHandler</code>
interface.";
/**
--
To stop receiving notification emails like this one, please contact
[email protected].