-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump kafka clients version to 3.3.1 (#16)
* - use kafka client version 3.3.1 - refresh dependencies versions - use test-containers - based on @evg-tso work - deprecate checksum from ConsumerRecord * - bump major version - derives from the major kafka clients upgrade - remove unused dependency - update README.md * add CHANGELOG.md * formatting and wording of README.md and CHANGELOG.md * changelog changes, java 8 -> 11 in build files Co-authored-by: assaf.adato <[email protected]>
- Loading branch information
1 parent
690e1f5
commit 8751556
Showing
7 changed files
with
82 additions
and
38 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
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
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.0.0] - 2023-01-10 | ||
|
||
### Added | ||
- NA | ||
### Changed | ||
- Use Kafka clients version 3.3.1. | ||
- **[Breaking changes](https://www.confluent.io/blog/apache-kafka-3-0-major-improvements-and-new-features/)** - Java clients library `org.apache.kafka/kafka-clients` upgraded from [2.5.1](https://kafka.apache.org/25/documentation.html) to [3.3.1](https://kafka.apache.org/33/documentation.html) | ||
- Java 11 or higher are supported | ||
- Refresh dependencies versions: | ||
|
||
| Dependency | From version | To version | | ||
|-----------------------------------|--------------|------------| | ||
| `org.clojure/clojure` | 1.10.1 | 1.11.1 | | ||
| `org.clojure/core.async` | 1.3.610 | 1.6.673 | | ||
| `expound` | 0.8.5 | 0.9.0 | | ||
| `org.apache.kafka/kafka-clients` | 2.5.1 | 3.3.1 | | ||
| `org.slf4j/slf4j-api` | 1.7.32 | 2.0.6 | | ||
|
||
- Upgrade internal dependencies | ||
|
||
| Dependency | From version | To version | | ||
|----------------------------------|--------------|------------| | ||
| `lein-cloverage` | 1.2.2 | 1.2.4 | | ||
| `org.clojure/tools.namespace` | 1.0.0 | 1.3.0 | | ||
| `tortue/spy` | 2.0.0 | 2.13.0 | | ||
| `commons-io/commons-io` | 2.6 | 2.11.0 | | ||
| `ch.qos.logback/logback-classic` | 1.2.3 | 1.4.5 | | ||
| `org.clojure/test.check` | 1.1.0 | 1.1.1 | | ||
| `org.testcontainers/kafka` | 1.16.2 | 1.17.6 | | ||
| `clj-test-containers` | 0.5.0 | 0.7.4 | | ||
|
||
### Deprecated | ||
- Deprecate checksum from Ketu source shape schema following deprecation notice from [ConsumerRecord](https://github.com/apache/kafka/pull/10470) version 3.0 | ||
- Java 8 support had been deprecated since Apache Kafka 3 - [here](https://kafka.apache.org/33/documentation.html#java) | ||
|
||
### Fixed | ||
- NA |
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
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
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
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