GitHub user umesh9794 opened a pull request:
https://github.com/apache/kafka/pull/4321
KAFKA-6342 : Move workaround for JSON parsing of non-escaped strings
This PR moves the JSON parsing workaround of [this
PR](https://github.com/apache/kafka/pull/4303) to new method and uses this
method in `ZkClient` etc. classes.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/umesh9794/kafka KAFKA-6342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4321.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 #4321
----
commit ec8abab0629ecdea4a3a5970653e4c88025b8dfd
Author: umesh chaudhary <[email protected]>
Date: 2017-12-13T10:51:23Z
Initial Commit
----
---