Back to Materialize

Redpanda

doc/user/content/ingest-data/redpanda/_index.md

1231.1 KB
Original Source

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

{{< tip >}} {{< guided-tour-blurb-for-ingest-data >}} {{< /tip >}}

Configuration

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

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

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

Supported versions

Materialize supports Redpanda 24.1+ and is compatible with most common Redpanda hosted services. This includes all officially supported versions of Redpanda.