Skip to content

Instantly share code, notes, and snippets.

@apurvam
Last active September 19, 2023 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apurvam/813bfe9814cd3ae50d6ab2d63e3e420d to your computer and use it in GitHub Desktop.
Save apurvam/813bfe9814cd3ae50d6ab2d63e3e420d to your computer and use it in GitHub Desktop.
Kafka Streams to Responsive
- 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