GitHub user soenkeliebau opened a pull request: https://github.com/apache/kafka/pull/4230
KAFKA-5563: Moved comparison of connector name from url against name ⦠â¦from config to own function and added check to create connector call. You can merge this pull request into a Git repository by running: $ git pull https://github.com/soenkeliebau/kafka KAFKA-5563 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4230.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 #4230 ---- commit 9722a70e235951f55b5e02dce14ab4c9bf3f95ae Author: Soenke Liebau <soenke.lie...@opencore.com> Date: 2017-11-17T09:24:54Z KAFKA-5563: Moved comparison of connector name from url against name from config to own function and added check to create connector call. ---- ---