-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Kafka 3.0.0 and Strimzi-Scala compatiblity (#128)
- Loading branch information
1 parent
bb48f64
commit 6ac36bd
Showing
1 changed file
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | | ||
+--------------------+-------------------+-----------------+ |