kafka-connect-github-source
kafka-connect-github-source copied to clipboard
Enhanced to support for multiple repositories
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.
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
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.
you rock, thank you!
you rock, thank you!
It's because you are my teacher