GitHub user marcust opened a pull request:

    https://github.com/apache/storm/pull/2055

    Use explicit charset when decoding from array backed buffer

    We had the case that this broke encoding for us because it used the default
    system locale. Given the fact that this code uses an explicit encoding for 
the
    other case and that it evolved from something that always used an explicit
    encoding I believe this is more correct.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hubrick/storm-1 fix/kafka-encoding

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2055.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 #2055
    
----
commit 44b50fa6b83d766bdafd5ad96256109bc3d2a52a
Author: Marcus Thiesen <[email protected]>
Date:   2017-04-11T08:02:38Z

    Use explicit charset when decoding from array backed buffer
    
    We had the case that this broke encoding for us because it used the default
    system locale. Given the fact that this code uses an explicit encoding for 
the
    other case and that it evolved from something that always used an explicit
    encoding I believe this is more correct.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to