SAP / kafka-connect-sap

Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
Apache License 2.0
122 stars 56 forks source link

Kafka 3.0.0 compatibility #127

Closed thibthibus closed 2 years ago

thibthibus commented 2 years ago

Hi,

Not an issue, just a quick update. We upgraded our Kafka clusters to Kafka 3.0.0 / Strimzi 0.26 . The connector in release 0.9.1 (Scala 2.13 version) is working fine. Compatibility Matrix could then be updated accordingly. Maybe also add that for those who are using Strimzi to manage their Kafka resources, one must use the Scala 2.12 release of the connector when using Strimzi < 0.25 and the Scala 2.13 release of the connector when using Strimzi >= 0.25.

Regards,

Thibaut

elakito commented 2 years ago

@thibthibus Thanks for the information. That is very helpful for the users. If you could create a pull request to update the documentation, that would be great. Thanks.

thibthibus commented 2 years ago

@elakito PR #128 created

elakito commented 2 years ago

@thibthibus Thanks for the PR.

128 merged