Last active
September 19, 2023 05:17
-
-
Save apurvam/813bfe9814cd3ae50d6ab2d63e3e420d to your computer and use it in GitHub Desktop.
Kafka Streams to Responsive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- KafkaStreams streams = new KafkaStreams( | |
+ KafkaStreams streams = new ResponsiveKafkaStreams( | |
builder.build(), | |
props | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment