Skip to content

Commit

Permalink
Upgrade Kafka clients dependency version to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Super-Lu committed Dec 14, 2024
1 parent 18e971c commit 22d3da0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release Notes.

9.4.0
------------------

* Upgrade Kafka clients dependency version to 3.8.0
* Upgrade nats plugin to support 2.16.5
* Add agent self-observability.
* Fix intermittent ClassCircularityError by preloading ThreadLocalRandom since ByteBuddy 1.12.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,19 @@
<artifactItem>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.7.3</version>
<version>1.1.10.5</version>
<outputDirectory>${optional.reporter.plugins.dest.dir}</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.6.0</version>
<version>1.8.0</version>
<outputDirectory>${optional.reporter.plugins.dest.dir}</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.4.3-1</version>
<version>1.5.6-3</version>
<outputDirectory>${optional.reporter.plugins.dest.dir}</outputDirectory>
</artifactItem>
</artifactItems>
Expand Down
2 changes: 1 addition & 1 deletion apm-sniffer/optional-reporter-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ant-contrib.version>1.0b3</ant-contrib.version>
<ant-nodeps.version>1.8.1</ant-nodeps.version>

<kafka-clients.version>2.4.1</kafka-clients.version>
<kafka-clients.version>3.8.0</kafka-clients.version>
<spring-kafka-test.version>2.4.6.RELEASE</spring-kafka-test.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions test/e2e/case/kafka/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
retries: 120

broker-a:
image: bitnami/kafka:2.4.1
image: bitnami/kafka:3.8
hostname: broker-a
expose:
- 9092
Expand All @@ -52,7 +52,7 @@ services:
retries: 120

broker-b:
image: bitnami/kafka:2.4.1
image: bitnami/kafka:3.8
hostname: broker-b
expose:
- 9092
Expand Down

0 comments on commit 22d3da0

Please sign in to comment.