-
Notifications
You must be signed in to change notification settings - Fork 109
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
Multi-language docs examples for Kafka Streams #839
Conversation
LGTM 👍 |
@guillermocalvo Please, use the GitHub review PR functionality to signal whether you approve, reject or leave comments in a PR. |
@sdelamo I left a comment because at the time the PR was not ready for review yet. Do you guys usually approve/reject draft PRs? I can do that next time. |
no, we don't review Draft PRs generally. |
@sdelamo That's what I thought, which is why I left a comment in the draft PR to indicate that it looked good to me so far. |
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.
WordCountStreamTest
is satisfied if client.publishSentence()
doesn't throw any exceptions; I don't believe that's proof enough that the Kafka stream is doing its job, is it?
I'm also missing WordCountStreamTest
for test-suite-groovy
and test-suite-groovy
.
test-suite/src/test/java/io/micronaut/kafka/docs/streams/WordCountStreamTest.java
Outdated
Show resolved
Hide resolved
…th repeatable tests).
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.