-
Notifications
You must be signed in to change notification settings - Fork 65
Add SSL and SASL support into v1 branch #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yolken-segment
added a commit
that referenced
this pull request
Oct 1, 2021
* Create client interface * Use new version of kafka-go * Start on implementation of broker client * Support broker addresses in command-line entrypoints * Support updating configs and running leader elections * Start adding broker client * Add create partitions * Improve tests * Fix leader election and add tests * Add tests of get api versions * Clean up tests * Update kafka-go version * Improve support for broker-based admin client * Start testing out broker-based admins * Fix case where topic does not exist * Improve support for broker-based admin client * Skip tests that aren't possible to run with older kafka versions * Add circleci tests for v2.4.1 * Fix circleci configs * Add SSL and SASL support into v1 branch (#34) * Start working on connector refactoring * Keep refactoring connectors * Switch to connectors in more places * Add more TLS support * Get TLS working * Fix cluster paths * Update README * Update name of tls enabled parameter * Update README * Update default kafka version to 2.4.1 * Update kafka-go version and fix tests * Clean up SASL implementation * Allow overriding SASL username and password * Update README and examples * Update README * Update README * Update README * Update README * Update README * Fix sensitive configs * Fix bugs * Revert change to balanced extender * Update to work with latest kafka-go changes * Fix tests * Update README restrictions * Update kafka-go for v1 (#38) * Update kafka-go version * Revert "Update kafka-go version" This reverts commit 32edf5f. * Revert "Revert "Update kafka-go version"" This reverts commit 13ac457. * Update kafka-go version * Update kafka-go version again * Also push on v1 * Fix pip in CI * Don't block on test010 for pushing images * Fix awscli installation * Fix merge conflicts with master * Fix README * Fix bugs in 'get configs' and check cluster IDs * Update all images to golang 1.16 * Fix describegroups implementation (#42) * Fix describegroups implementation * Fix vet error * Fix another signal * Update circleci config * Update kafka-go version * Update README * Update version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.