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

[GitHub] kafka pull request #3821: Catch JsonMappingException subclass

GitHub user rhardouin opened a pull request:

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

    Catch JsonMappingException subclass

    `InvalidTypeIdException` cannot be catched currently

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

    $ git pull https://github.com/rhardouin/kafka catch_InvalidTypeIdException

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

    https://github.com/apache/kafka/pull/3821.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 #3821
    
----
commit 7803171f32e8790e3730a5471c3ed22b88e1c986
Author: Romain Hardouin <ro...@yahoo.fr>
Date:   2017-09-08T22:21:00Z

    Catch JsonMappingException subclass

----


---