GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2427
MINOR: Use booleans instead of strings for 'enable.auto.commit' setting
Kafka understands booleans in this property just fine, there's no reason to
use strings instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm use-bool-instead-of-string
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2427.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 #2427
----
commit 774928028f2d06af5d68e13f0fb745561c2aa4a0
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-11-19T10:00:37Z
MINOR: Use booleans instead of strings for 'enable.auto.commit' setting
----
---