-
Notifications
You must be signed in to change notification settings - Fork 116
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
Ksql: SSL support, bugfixes #308
Conversation
schocco
commented
Aug 2, 2021
- Please check if the PR fulfills these requirements
- [ x] The commit messages are descriptive
- [ x] Tests for the changes have been added (for bug fixes / features)
- [ x] Docs have been added / updated (for bug fixes / features)
- [ x] An issue has been created for the pull requests. Some issues might require previous discussion.
- What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
- bug fix for URL handling in ksql settings (Minor glitch regarding KSQL configuration Minor glitch regarding KSQL configuration #288)
- support for security https urls (implements Security Support for KSQL Security Support for KSQL #287)
- adds missing toString methods for ksql artefacts (Minor: toString() missing in KsqlArtefact subclasses Minor: toString() missing in KsqlArtefact subclasses #289 )
* add documentation for new ksql properties and introduce KsqlClientConfig class to bundle ksql related options format code * add wait strategy in to ksql container to get rid of Thread.sleep call in integration tests * add basic support for TLS and fix handling ksql urls kafka-ops#288 kafka-ops#287 * add missing toString method kafka-ops#289
* ensure verifyHost defaults to true * testcontainers: wait for log message instead of polling ksql /info endpoint * refactor to use BasicAuth class in JulieHttpClient * add integration test for ksqldb with TLS
Hi @schocco thanks a lot for your contribution, I would really love to see it in, sorry for the long hiatus here, time has not certainly help lately between family, work and pandemic. |
Hi @schocco, I took some time this morning to go over your PR, thanks a lot for your contribution. As the integration test where failing, I am going to manually squash and merge it, thanks for your contribution again and apologies for the long hiatus, family, work and pandemic takes a toll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks for the contribution