Spring Kafka 2.1.6 和 2.0.5 发布,常规更新版本

  

Spring Kafka 2.1.6 和 2.0.5 已发布,Spring Kafka 是 Spring 官方提供的一个 Spring 集成框架的扩展,用来为使用 Spring 框架的应用程序提供 Kafka 框架的集成。

2.1.6 更新日志

9ddfd52 Upgrade to SF 5.0.6
92c77b3 GH-666: KafkaEmbedded doWithAdmin, addTopics
75375f0 Improve exception message with jar mismatch
66753f3 GH-667: Fix BatchErrorHandler for generic errors
dbfa272 Doc polishing
c5c2765 Upgrade Gradle to 4.7 (2.1.x)
f48ad87 GH-661: Close Producer after beginTransaction fail
9612e88 GH-656: Fix seek on rollback
1f3d7cd GH-652: JsonSerializer add null check for Headers
19ea7f1 KB#356: Fix thread naming with no bean name
82eb21f GH-646: Avoid sync when no transaction
1b53c4b GH-646: Transaction Improvements
e6985e8 GH-642: Increase test timeout

2.0.5 更新日志

d83692c Upgrade to SF 5.0.6
8694007 Upgradle Gradle to 4.7 (2.0.x)
30a5ee6 Don't use JUnit 5
f34ad5f GH-661: Close Producer after beginTransaction fail
7d22fc0 Fix incompatible with caller stubbing
439f2a5 GH-656: Fix seek on rollback
21fcb11 KB#356: Fix thread naming with no bean name
23e97a5 GH-646: Avoid sync when no transaction
1529a42 Fix Checkstyle violation
2e32362 GH-646: Transaction Improvements
0589bea GH-642: Increase test timeout

源码下载和发布说明:https://github.com/spring-projects/spring-kafka/releases

猜你喜欢

转载自www.oschina.net/news/95897/spring-kafka-2-1-6-and-2-0-5-released