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 <[email protected]>
Date: 2017-09-08T22:21:00Z
Catch JsonMappingException subclass
----
---