GitHub user wicknicks opened a pull request:
https://github.com/apache/kafka/pull/4272
KAFKA-4827: Porting fix for KAFKA-4827 to v0.10 and v0.11
Back porting the fix in this PR (https://github.com/apache/kafka/pull/4205)
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.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4272.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 #4272
----
commit 5df843e7945bb92009c0718a31bb6af42775b0c4
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 d2979100bb433e992894b5df8e387ca84a66cf95
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 2251846a36107a37d89160097b1ea75575c7550b
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]>
----
---