-
Notifications
You must be signed in to change notification settings - Fork 899
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
Conversation
gAmUssA
commented
May 9, 2019
•
edited
Loading
edited
- interactive queries version of demo
- initial impl
- playbook [Streaming Movie Ratings] update Playbook to include IQ, docker, Kubernetes/Operator #69
- Kotlin version of Streaming MovieRatings
- scratch pad for kotlin api/dsl for KStreams
This may be usefule for future creation of universal (de)serializers
- 🚧 kotlin demo refactoring - 🍃 spring dependencies updates - all works :)
Fixed tests Code cleanup / formatting
@@ -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 |
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.
comment is misleading )
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.
true to that!
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.
removed