Redpanda

Because Redpanda is Kafka API-compatible, Materialize can process data from it in the same way it processes data from Kafka sources.

💡 Tip: For help getting started with your own data, you can schedule a free guided trial.

Configuration

Two configuration parameters that are enabled by default in Kafka need to be enabled explicitly in Redpanda:

--set redpanda.enable_transactions=true
--set redpanda.enable_idempotence=true

For more information on general Redpanda configuration, see the Redpanda documentation.

  • Redpanda Cloud
  • Back to top ↑