GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2428
STORM-2826: Set key/value deserializer fields when using the convenience
builder methods in KafkaSpoutConfig
Builds on STORM-2825.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2826
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2428.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 #2428
----
commit 299e92f39187d65bd9f9a900710a57429a84dec2
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-11-19T09:36:37Z
STORM-2825: Fix ClassCastException when storm-kafka-client uses consumer
config with String-type 'enable.auto.commit'
commit 8e082347bb25216bd18382ce52a516276bcc14d0
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-11-19T15:42:33Z
STORM-2826: Set key/value deserializer fields when using the convenience
builder methods in KafkaSpoutConfig
----
---