[ 
https://issues.apache.org/jira/browse/KAFKA-6815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448427#comment-16448427
 ] 

ASF GitHub Bot commented on KAFKA-6815:
---------------------------------------

guozhangwang closed pull request #4914: KAFKA-6815 
"default.production.exception.handler" default value is not specified in doc
URL: https://github.com/apache/kafka/pull/4914
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/streams/developer-guide/config-streams.html 
b/docs/streams/developer-guide/config-streams.html
index 1f18a953679..0f97e13e819 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/streams/developer-guide/config-streams.html
@@ -215,7 +215,7 @@ <h4><a class="toc-backref" 
href="#id5">bootstrap.servers</a><a class="headerlink
           <tr 
class="row-odd"><td>default.deserialization.exception.handler</td>
             <td>Medium</td>
             <td colspan="2">Exception handling class that implements the <code 
class="docutils literal"><span 
class="pre">DeserializationExceptionHandler</span></code> interface.</td>
-            <td>30000 milliseconds</td>
+            <td><code class="docutils literal"><span 
class="pre">LogAndContinueExceptionHandler</span></code></td>
           </tr>
           <tr class="row-even"><td>default.production.exception.handler</td>
             <td>Medium</td>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> "default.production.exception.handler" default value is not specified 
> correctly in KafkaStream doc
> --------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-6815
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6815
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.1.0
>            Reporter: taekyung kim
>            Priority: Minor
>
>  
> [https://kafka.apache.org/11/documentation/streams/developer-guide/config-streams.html]
> ver 1.1 document show invalid value
> |default.deserialization.exception.handler|Medium|Exception handling class 
> that implements the {{DeserializationExceptionHandler}}interface.|30000 
> milliseconds|
>  
> actually it is  LogAndFailExceptionHandler class



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to