We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
expose KafkaStreams from here
KafkaStreams
embedded-kafka/kafka-streams/src/main/scala/io/github/embeddedkafka/streams/EmbeddedKafkaStreams.scala
Line 94 in 77c7a67
maybe as a with... function or something.
with...
Why?
So that we can query state stores for example for unit testing (it needs https://kafka.apache.org/37/javadoc/org/apache/kafka/streams/KafkaStreams.html#store(org.apache.kafka.streams.StoreQueryParameters)).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
expose
KafkaStreams
from hereembedded-kafka/kafka-streams/src/main/scala/io/github/embeddedkafka/streams/EmbeddedKafkaStreams.scala
Line 94 in 77c7a67
maybe as a
with...
function or something.Why?
So that we can query state stores for example for unit testing (it needs https://kafka.apache.org/37/javadoc/org/apache/kafka/streams/KafkaStreams.html#store(org.apache.kafka.streams.StoreQueryParameters)).
The text was updated successfully, but these errors were encountered: