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 51db468 MINOR: Fixed deserialization.exception.handler default value of config-streams
(#4914)
51db468 is described below
commit 51db468bf329794b586390abf5b3069abb281ffe
Author: taekyung <dev.bistros@gmail.com>
AuthorDate: Tue Apr 24 01:49:53 2018 +0900
MINOR: Fixed deserialization.exception.handler default value of config-streams (#4914)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
---
docs/streams/developer-guide/config-streams.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/streams/developer-guide/config-streams.html b/docs/streams/developer-guide/config-streams.html
index 1f18a95..0f97e13 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/streams/developer-guide/config-streams.html
@@ -215,7 +215,7 @@
<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>
--
To stop receiving notification emails like this one, please contact
guozhang@apache.org.
|