Skip to content

Commit f7d75a8

Browse files
authored
Merge pull request #32334 from bkirwi/kafka-support
Mention the supported Kafka version in the docs
2 parents a107240 + 431369b commit f7d75a8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ from Kafka, you need to
1515
1. Create a connection that specifies access and authentication parameters.
1616
2. Create a source that specifies the format of the data you want to ingest.
1717

18+
## Supported versions
19+
20+
The Kafka source supports **Kafka 3.2+** and is compatible with most common Kafka hosted services, including all supported versions of the [Confluent Platform](https://docs.confluent.io/platform/current/installation/versions-interoperability.html).
21+
1822
## Integration guides
1923

2024
- [Amazon MSK](/ingest-data/kafka/amazon-msk/)

doc/user/content/ingest-data/kafka/kafka-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ self-hosted Kafka cluster.
2727

2828
Before you begin, you must have:
2929

30-
- A Kafka cluster running.
30+
- A Kafka cluster running Kafka 3.2 or later.
3131
- A client machine that can interact with your cluster.
3232

3333
## Configure network security

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ enabled explicitly in Redpanda:
3636
For more information on general Redpanda configuration, see the
3737
[Redpanda documentation](https://docs.redpanda.com/home/).
3838

39+
## Supported versions
40+
41+
Materialize supports **Redpanda 24.1+** and is compatible with most common Redpanda hosted services. This includes [all officially supported versions of Redpanda](https://support.redpanda.com/hc/en-us/articles/20617574366743-Redpanda-Supported-Versions).
42+
3943
## Related pages
4044

4145
- [`CREATE SOURCE`](/sql/create-source/kafka/)

0 commit comments

Comments
 (0)