Skip to content

Commit 78ed163

Browse files
authored
Merge pull request #281 from SolaceProducts/moodiRealist/DATAGO-114520-kafka-versions
DATAGO-114520: Update Readme with tested kafka versions
2 parents 37a16a9 + 8794d03 commit 78ed163

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ Our plan is to open source the Event Management Agent to enable architects and d
2323
* Users get discovered data in the form of JSON files separated by entity types
2424
* The Event Management Agent architecture is currently in the form of Java packages
2525

26+
### Supported Kafka Versions
27+
28+
The Event Management Agent has been tested and verified to work with the following Kafka and Confluent Platform versions:
29+
30+
#### Confluent Platform Versions
31+
* **Confluent Platform 7.3.0** (includes Apache Kafka 3.3.2)
32+
* **Confluent Platform 5.5.1** (includes Apache Kafka 2.5.1)
33+
34+
#### Apache Kafka Versions
35+
* **Apache Kafka 3.9.1** (tested using official Docker images from [kafka.apache.org](https://kafka.apache.org/downloads))
36+
* **Apache Kafka 4.1.0** (tested using official Docker images from [kafka.apache.org](https://kafka.apache.org/downloads))
37+
38+
#### Confluent Schema Registry
39+
Testing has been performed with Confluent Schema Registry versions that are bundled with the supported Confluent Platform versions listed above. For specific Schema Registry version compatibility, please refer to the [Confluent Platform compatibility matrix](https://docs.confluent.io/platform/current/installation/versions-interoperability.html).
40+
41+
> **Note**: While these are the versions that have been explicitly tested, the Event Management Agent may work with other Kafka versions. However, for production deployments, we recommend using the tested versions listed above.
42+
2643
## On the roadmap
2744

2845
* The Event Management Agent has an open source plugin framework

0 commit comments

Comments
 (0)