Skip to content
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

[WIP] Kafka Streams support #35

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

leandrob13
Copy link
Collaborator

Addresses #32

This is a work in progress, the current status of the work includes:

-Kafka streams configuration definition.
-Wrappers for KStreams API support (stateless streams).
-Task execution of the KafkaStreams object.

@leandrob13 leandrob13 changed the title Feature/kafka streams [WIP] Kafka Streams support Mar 26, 2018
@@ -0,0 +1,11 @@
<configuration>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should better be named logback-test.xml

val flow = for {
_ <- Task.now(println("App Started"))
_ <- streams.start
_ <- Task.sleep(5.seconds)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't there a better way to wait the message to be processed ?
Such kind of sleeps look like Selenium tests 10 years ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants