Skip to main content

The best way to run Kafka Streams in production.

How does Responsive work?

Responsive is the next iteration of the Kafka Streams architecture that:

Responsive works directly with the open source code you've already written, see our quickstart for the changes you need to make.

How can I get started?

Check out our quickstart and see how you can migrate to ResponsiveKafkaStreams in 10 minutes.

git-diff
-- a/App.java
++ b/App.java

- KafkaStreams streams = new KafkaStreams(...);
+ KafkaStreams streams = new ResponsiveKafkaStreams(...);
Can I do X with Responsive?

Responsive is Kafka Streams. So generally speaking: yes.

See our technical reference specification for more details or reach out to us if you have any questions!

Will Responsive work in my environment?

The self-serve trial runs in AWS us-west-2 and assumes you have access to a kubernetes cluster. If you have another environment that you would like us to support, drop us an email at info@repsonsive.dev.

Our pricing page covers BYOC and on-premise deployment options.