-
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
Minor: toString() missing in KsqlArtefact subclasses #289
Labels
bug
Something isn't working
Comments
schocco
pushed a commit
to schocco/julie
that referenced
this issue
Jun 1, 2021
4 tasks
schocco
pushed a commit
to schocco/julie
that referenced
this issue
Jun 4, 2021
schocco
pushed a commit
to schocco/julie
that referenced
this issue
Jun 15, 2021
* 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
purbon
added a commit
that referenced
this issue
Sep 11, 2021
* extend ksql support * 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 #288 #287 * add missing toString method #289 * refactor and add tests * 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 * remove editorconfig * ammend token variable initialization within the julie http base client Co-authored-by: Rocco Schulz <rocco@is-gr8.com> Co-authored-by: Pere Urbón <purbon@users.noreply.github.com> Co-authored-by: Pere Urbon <pere@confluent.io>
closed with the merge of #308 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The console output
com.purbon.kafka.topology.KSqlArtefactManager#printCurrentState
does currently list streams and tables with the default object string implementation.To Reproduce
add KSQL artefacts to the plan and run
Expected behavior
name of the string and serverlabel (if not null) should be shown
Runtime (please complete the following information):
The text was updated successfully, but these errors were encountered: