You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by mjsax <gi...@git.apache.org> on 2017/09/21 21:18:23 UTC

[GitHub] kafka pull request #3939: KAFKA-5949: User Callback Exceptions need to be ha...

GitHub user mjsax opened a pull request:

    https://github.com/apache/kafka/pull/3939

    KAFKA-5949: User Callback Exceptions need to be handled properly

     - catch user exception in user callback (TimestampExtractor, DeserializationHandler, StateRestoreListener) and wrap with StreamsException
    
    Additional cleanup:
     - rename globalRestoreListener to userRestoreListener
     - remove unnecessary interface -> collapse SourceNodeRecordDeserializer and RecordDeserializer
     - removed unused parameter loggingEnabled from ProcessorContext#register

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjsax/kafka kafka-5949-exceptions-user-callbacks

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3939.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3939
    
----
commit 0dbfeb64781de1a65a1d5f2c0567f6035c49e2ce
Author: Matthias J. Sax <ma...@confluent.io>
Date:   2017-09-21T21:10:26Z

    KAFKA-5949: User Callback Exceptions need to be handled properly

----


---

[GitHub] kafka pull request #3939: KAFKA-5949: User Callback Exceptions need to be ha...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/3939


---