-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix: skip adding invalid if not exists to cmd topic #8206
fix: skip adding invalid if not exists to cmd topic #8206
Conversation
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.
Thanks @wcarlson5 . This seems much simpler. Could you add unit tests for this? Also, add some integration tests. Perhaps KsqlResourceTest
? Or EndToEndIntegrationTest
or a QTT?
...b-rest-app/src/main/java/io/confluent/ksql/rest/server/computation/DistributingExecutor.java
Outdated
Show resolved
Hide resolved
...b-rest-app/src/main/java/io/confluent/ksql/rest/server/computation/DistributingExecutor.java
Outdated
Show resolved
Hide resolved
@spena I added a |
I just finished running through some manual testing and was able to verify the msg and that the query doesn't vanish on restart |
… skip_if_not_exists_invalid # Conflicts: # ksqldb-rest-app/src/main/java/io/confluent/ksql/rest/server/computation/DistributingExecutor.java
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.
Awesome, this looks better. Thanks.
* fix: skip adding invalid if not exists to cmd topic (cherry picked from commit 540a449)
changes @spena suggested instead
Testing done
Describe the testing strategy. Unit and integration tests are expected for any behavior changes.
Reviewer checklist