Skip to content

Commit 045ea9a

Browse files
authored
Remove reactor-kafka support in 4.0.0 (#3946)
* Remove reactor-kafka based components - ReactiveKafkaConsumerTemplate and ReactiveKafkaProducerTemplate - and the associated test classes and packages, in 4.0.0 version. * Remove the optional dependency on reactor-kafka from the build See this blog for more details: https://spring.io/blog/2025/05/20/reactor-kafka-discontinued Signed-off-by: Soby Chacko <[email protected]>
1 parent af8b7e2 commit 045ea9a

File tree

6 files changed

+0
-1223
lines changed

6 files changed

+0
-1223
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ project ('spring-kafka') {
302302
optionalApi "com.jayway.jsonpath:json-path:$jaywayJsonPathVersion"
303303

304304
optionalApi 'io.projectreactor:reactor-core'
305-
optionalApi 'io.projectreactor.kafka:reactor-kafka'
306305
optionalApi 'io.micrometer:micrometer-core'
307306
optionalApi 'io.micrometer:micrometer-tracing'
308307

spring-kafka/src/main/java/org/springframework/kafka/core/reactive/ReactiveKafkaConsumerTemplate.java

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)