Skip to content

Commit

Permalink
Add support for Kafka 3.0.0 and Strimzi-Scala compatiblity (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibthibus authored Mar 14, 2022
1 parent bb48f64 commit 6ac36bd
Showing 1 changed file with 31 additions and 28 deletions.
59 changes: 31 additions & 28 deletions compatiblity-matrix.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
+--------------------+-------------------+
| Kafka Connect HANA | Apache Kafka |
| Version | Version |
| (Scala Version) | (Scala Version) |
+--------------------+-------------------+
| 0.9.3-x (2.12,2.13)| 2.8.x (2.12,2,13) |
| | 2.7.x (2.12,2,13) |
| | 2.6.x (2.12,2.13) |
| | 2.5.x (2.12,2.13) |
| | 2.4.1 (2.12,2.13) |
+--------------------+-------------------+
| 0.9.2 (2.12,2.13) | 2.8.x (2.12,2,13) |
| | 2.7.x (2.12,2,13) |
| | 2.6.x (2.12,2.13) |
| | 2.5.x (2.12,2.13) |
| | 2.4.1 (2.12,2.13) |
+--------------------+-------------------+
| 0.9.1 (2.12,2.13) | 2.7.0 (2.12,2,13) |
| | 2.6.x (2.12,2.13) |
| | 2.5.x (2.12,2.13) |
| | 2.4.1 (2.12,2.13) |
+--------------------+-------------------+
| 0.9.0 (2.12,2.13) | 2.7.0 (2.12,2,13) |
| | 2.6.x (2.12,2.13) |
| | 2.5.x (2.12,2.13) |
| | 2.4.1 (2.12,2.13) |
+--------------------+-------------------+

+--------------------+-------------------+-----------------+
| Kafka Connect HANA | Apache Kafka | Strimzi |
| Version | Version | Version |
| (Scala Version) | (Scala Version) | (Scala Version) |
+--------------------+-------------------+-----------------+
| 0.9.3-x (2.12,2.13)| 3.0.x (2.12,2.13) | > 0.25.0 (2.13) |
| | 2.8.x (2.12,2.13) | 0.25.0 (2.13) |
| | 2.7.x (2.12,2.13) | 0.24.0 (2.12) |
| | 2.6.x (2.12,2.13) | < 0.24.0 (2.12) |
| | 2.5.x (2.12,2.13) | |
| | 2.4.1 (2.12,2.13) | |
+--------------------+-------------------+-----------------+
| 0.9.2 (2.12,2.13) | 3.0.0 (2.12,2.13) | > 0.25.0 (2.13) |
| | 2.8.x (2.12,2.13) | 0.25.0 (2.13) |
| | 2.7.x (2.12,2.13) | 0.24.0 (2.12) |
| | 2.6.x (2.12,2.13) | < 0.24.0 (2.12) |
| | 2.5.x (2.12,2.13) | |
| | 2.4.1 (2.12,2.13) | |
+--------------------+-------------------+-----------------+
| 0.9.1 (2.12,2.13) | 3.0.0 (2.12,2.13) | > 0.25.0 (2.13) |
| | 2.8.0 (2.12,2.13) | 0.25.0 (2.13) |
| | 2.7.0 (2.12,2.13) | 0.24.0 (2.12) |
| | 2.6.x (2.12,2.13) | < 0.24.0 (2.12) |
| | 2.5.x (2.12,2.13) | |
| | 2.4.1 (2.12,2.13) | |
+--------------------+-------------------+-----------------+
| 0.9.0 (2.12,2.13) | 2.7.0 (2.12,2.13) | < 0.24.0 (2.12) |
| | 2.6.x (2.12,2.13) | |
| | 2.5.x (2.12,2.13) | |
| | 2.4.1 (2.12,2.13) | |
+--------------------+-------------------+-----------------+

0 comments on commit 6ac36bd

Please sign in to comment.