GitHub user wicknicks opened a pull request:
https://github.com/apache/kafka/pull/4273
KAFKA-4827: Porting fix for KAFKA-4827 to v0.10 and v0.11
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wicknicks/kafka KAFKA-4827-0.10.2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4273.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 #4273
----
commit c6e8dc1edb074a2b677de43031d8b59fec4a5e1e
Author: Arjun Satish <[email protected]>
Date: 2017-11-10T17:59:42Z
Correctly encode special chars while creating URI objects
Signed-off-by: Arjun Satish <[email protected]>
commit 02ddc84850acdc5dc55dc146e48744be2346a929
Author: Arjun Satish <[email protected]>
Date: 2017-11-10T23:48:13Z
Replace URLEncoder with URIBuilder
Also, update the tests to pass some additional characters in the connector
name along with adding a decode step using the URI class.
Signed-off-by: Arjun Satish <[email protected]>
commit a1cd574cf1987e59cb89fc33da12aa1ced8bf9f5
Author: Arjun Satish <[email protected]>
Date: 2017-11-28T22:33:16Z
Porting fix for KAFKA-4827 to v0.10 and v0.11
Signed-off-by: Arjun Satish <[email protected]>
----
---