Skip to content

Commit

Permalink
KAFKA-6825: Make StreamsConfig#DEFAULT_PRODUCTION_EXCEPTION_HANDLER_C…
Browse files Browse the repository at this point in the history
…LASS_CONFIG public (#4929)

Reviewers: Matthias J Sax <matthias@confluentio>
  • Loading branch information
guozhangwang committed May 2, 2018
1 parent 933e513 commit 216d0e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -224,7 +224,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.";

/** {@code default key.serde} */
Expand Down

0 comments on commit 216d0e0

Please sign in to comment.