File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
apm-sniffer/optional-reporter-plugins Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Release Notes.
44
559.4.0
66------------------
7-
7+ * Upgrade Kafka clients dependency version to 3.8.0
88* Upgrade nats plugin to support 2.16.5
99* Add agent self-observability.
1010* Fix intermittent ClassCircularityError by preloading ThreadLocalRandom since ByteBuddy 1.12.11
Original file line number Diff line number Diff line change 150150 <artifactItem >
151151 <groupId >org.xerial.snappy</groupId >
152152 <artifactId >snappy-java</artifactId >
153- <version >1.1.7.3 </version >
153+ <version >1.1.10.5 </version >
154154 <outputDirectory >${optional.reporter.plugins.dest.dir} </outputDirectory >
155155 </artifactItem >
156156 <artifactItem >
157157 <groupId >org.lz4</groupId >
158158 <artifactId >lz4-java</artifactId >
159- <version >1.6 .0</version >
159+ <version >1.8 .0</version >
160160 <outputDirectory >${optional.reporter.plugins.dest.dir} </outputDirectory >
161161 </artifactItem >
162162 <artifactItem >
163163 <groupId >com.github.luben</groupId >
164164 <artifactId >zstd-jni</artifactId >
165- <version >1.4.3-1 </version >
165+ <version >1.5.6-3 </version >
166166 <outputDirectory >${optional.reporter.plugins.dest.dir} </outputDirectory >
167167 </artifactItem >
168168 </artifactItems >
Original file line number Diff line number Diff line change 4242 <ant-contrib .version>1.0b3</ant-contrib .version>
4343 <ant-nodeps .version>1.8.1</ant-nodeps .version>
4444
45- <kafka-clients .version>2.4.1 </kafka-clients .version>
45+ <kafka-clients .version>3.8.0 </kafka-clients .version>
4646 <spring-kafka-test .version>2.4.6.RELEASE</spring-kafka-test .version>
4747 </properties >
4848
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
3232 retries : 120
3333
3434 broker-a :
35- image : bitnami/kafka:2.4.1
35+ image : bitnami/kafka:3.8
3636 hostname : broker-a
3737 expose :
3838 - 9092
@@ -52,7 +52,7 @@ services:
5252 retries : 120
5353
5454 broker-b :
55- image : bitnami/kafka:2.4.1
55+ image : bitnami/kafka:3.8
5656 hostname : broker-b
5757 expose :
5858 - 9092
You can’t perform that action at this time.
0 commit comments