GitHub user OuYangLiang opened a pull request:
https://github.com/apache/storm/pull/2476
Minor optimisation about trident kafka state
Make TridentKafkaState a template class to eliminate warning messages in
eclipse, and a minor optimisation that use StringBuilder.append instead of
string concat operation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/OuYangLiang/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2476.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 #2476
----
commit 97df3fb1632b6a6411c9f0598ac70e98d52cc654
Author: OuYang Liang <ouyanggod@...>
Date: 2017-12-20T14:51:29Z
Make TridentKafkaState a template class to eliminate warning messages in
eclipse, and a minor optimization that use StringBuilder.append instead
of string concat operation.
----
---