kafka-connect-github-source icon indicating copy to clipboard operation
kafka-connect-github-source copied to clipboard

Enhanced to support for multiple repositories

Open neeraj97 opened this issue 5 years ago • 4 comments

Changed to support for multiple repositories and topic (issue #2).

HttpClient is used for http calls. Did not create static HttpClient because HttpClient should be closed for freeing resources when no longer required , but HttpClient cannot be closed if static as there might be other task using it. So I used single HttpClient per task and is closed when task is stopped.

neeraj97 avatar Apr 06 '20 08:04 neeraj97

this is really nice thank you. I won't be able to merge this unfortunately as this wouldn't match the video content I recorded while creating this connector, but I'm happy if you want to leave the PR opened or create a fork for your own repository

simplesteph avatar Apr 06 '20 09:04 simplesteph

this is really nice thank you. I won't be able to merge this unfortunately as this wouldn't match the video content I recorded while creating this connector, but I'm happy if you want to leave the PR opened or create a fork for your own repository

Github has deprecated the username , password authentication and will soon not support it. kindly refer below : https://developer.github.com/changes/2020-02-14-deprecating-password-auth/ https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/ Just informing you to keep the video updated at that time.

neeraj97 avatar Apr 06 '20 13:04 neeraj97

you rock, thank you!

simplesteph avatar Apr 06 '20 13:04 simplesteph

you rock, thank you!

It's because you are my teacher

neeraj97 avatar Apr 06 '20 13:04 neeraj97