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

Added stateTable #9

Merged
merged 3 commits into from Feb 13, 2017
Merged

Added stateTable #9

merged 3 commits into from Feb 13, 2017

Conversation

hrafzali
Copy link
Collaborator

No description provided.

.topology(topology1Output _)
.input(InputATopic, strings, ints, inputA)
.input(InputBTopic, strings, ints, inputB)
.stores(Seq(StoreName))
.output(OutputATopic, strings, ints, expectedA.size)

val output = builder.output(OutputATopic, strings, ints, expectedA.size)
Copy link
Owner

Choose a reason for hiding this comment

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

no need for variables here :)

builder.output(OutputATopic, strings, ints, expectedA.size) shouldEqual expectedA

builder.stateTable(StoreName) shouldEqual inputA.toMap

@jpzk
Copy link
Owner

jpzk commented Feb 13, 2017

LGTM, I think it makes sense to add it to the upcoming 1.2.0 and Kafka 0.10.2. For working with the latest changes, let's tag it and reference it in the SBT deps.

@jpzk jpzk merged commit 890eeee into jpzk:master Feb 13, 2017
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.

None yet

2 participants