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

[Streaming Movie Ratings] Added Interactive Queries demo and Kotlin version of application #66

Merged
merged 24 commits into from May 29, 2019

Conversation

gAmUssA
Copy link
Contributor

@gAmUssA gAmUssA commented May 9, 2019

@gAmUssA gAmUssA requested a review from tlberglund May 9, 2019 10:57
@gAmUssA gAmUssA changed the title Added demo of Interactive Queries and Kotlin version of Kafka Streams application [Streaming Movie Ratings] Added Interactive Queries demo and Kotlin version of application May 9, 2019
@@ -230,11 +242,11 @@ public static Properties getStreamsConfig(String kafkaBootStrapServer,
config.put(DEFAULT_KEY_SERDE_CLASS_CONFIG, Serdes.Long().getClass().getName());
config.put(DEFAULT_VALUE_SERDE_CLASS_CONFIG, Serdes.Double().getClass().getName());
// start from the beginning

Choose a reason for hiding this comment

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

comment is misleading )

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true to that!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@gAmUssA gAmUssA merged commit 4f73576 into confluentinc:master May 29, 2019
@gAmUssA gAmUssA deleted the kotlin-streams-and-iq branch May 29, 2019 15:41
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

4 participants