GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2342
STORM-2756: Make KafkaSpoutConfig.Builder constructors set key/value â¦
â¦deserializers in kafkaProps, so they are used when building a consumer
See https://issues.apache.org/jira/browse/STORM-2756.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2756
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2342.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 #2342
----
commit 386ab20c124e41d9b7660d2a9eacd0a3d30a6541
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-09-24T13:38:19Z
STORM-2756: Make KafkaSpoutConfig.Builder constructors set key/value
deserializers in kafkaProps, so they are used when building a consumer
----
---