spring-kafka

Provides Familiar Spring Abstractions for Apache Kafka

APACHE-2.0 License

Stars
2.1K
Committers
215

Bot releases are hidden (Show)

spring-kafka - v2.6.12

Published by garyrussell almost 3 years ago

Change log:

85ead882 Upgrade versions; prepare for release
fa47642a GH-2001: Propagate Exception from TX Sync Commit
49052840 GH-1983: Support copy of producer factory

spring-kafka - v2.8.0-RC1

Published by garyrussell about 3 years ago

Change log:

24ef0de3 Upgrade versions; prepare for release
891fd04a Fix Spring Integration Link in Doc
2ae21d1b Pause/Resume and Acknowledgment Improvements
aec0c072 Fix EmbeddedKafkaHolder Example Class Names
6287d850 GH-1974: Fix Default Task Executor
8f153073 Fix Issue Template
56c0587f GH-1970: Container Stopping EH Improvement
a8d0313d GH-1970: Add container.isInExpectedState()
09e78bd2 Fix topic name in RequestReply-Example doc
a7aeb6d6 GH-1964: Sonar Fixes
0ba3e168 GH-1966: Upgrade Kafka Clients to 3.0.0
da04f48c GH-1964: Fix removeDelegate
9f805ae0 GH-1964: Add DelegatingByTopic(De)Serializer
cfaa2689 GH-1957: Fix Sonar Issue
5188f63a Upgrade checkstyle; fix violations
3b6c8b9a GH-1961: Polishing
f4a0b4b5 GH-1961: DefaultDestinationTopicResolver: Inconsistencies In Spring Cloud Environment (#1962)
afd52e03 GH-1948: KafkaTemplate Receive Multiple Records
39eefc8b Fix package tangles
50013960 GH-1957: Align EOSMode with KIP-732
f49db5ec Upgrade kafka-clients to 2.8.1
22fdc138 GH-1951: Fix Sonar Issues
43c56714 GH-1951: Add BytesToNumberConverter
f0458440 GH-1952: Fix Possible NPE
6cbcad81 Suppress Sonar Issue
f966ffff GH-1704: Missing delegate method

spring-kafka - v2.7.8

Published by garyrussell about 3 years ago

Change log:

b34e5555 Upgrade versions; prepare for release
308fbd7c Fix Spring Integration Link in Doc
2bee3adc Fix ConsumerAcknowledgment,toString()
1ebd215c Fix EmbeddedKafkaHolder Example Class Names
838b8021 GH-1961: Polishing
ac91313f GH-1961: DefaultDestinationTopicResolver: Inconsistencies In Spring Cloud Environment (#1962)
61ea3156 GH-1952: Fix Possible NPE

spring-kafka - v2.6.11

Published by garyrussell about 3 years ago

Change log:

f090c6c4 Upgrade versions; prepare for release
d4f0e3d6 Fix Spring Integration Link in Doc
1e8ae2c6 GH-1952: Fix Possible NPE
0454404b GH-1898: Fix OOM in LoggingProducerListener

spring-kafka - v2.5.16.RELEASE

Published by garyrussell about 3 years ago

Change log:

7aed17c2 Upgrade Versions; prepare for release
2a40ae3b GH-1952: Fix Possible NPE
151abb7d GH-1898: Fix Test
843573f7 GH-1898: Fix OOM in LoggingProducerListener

spring-kafka -

Published by artembilan about 3 years ago

Change log:

ebfc4f1d75b0291c5901e52ad0e6e41e0e36afdb GH-1704: Interceptor Improvements
0e0f6150d1be6a6a505f9fd49149c634ffbabedf GH-1704 Broader Batch/RecordInterceptor
3fa242829de7319eba2d479580f32014d8440f99 Upgrade versions; prepare for release
3b8cf4ac04b4b99b411856e432b4a156502207bf Add Anchors to container properties
1bead9493a304ba6cc308a18128ec1537a798ab8 GH-1938: Support Whole Batch Filtering
4404fa7feb97a361da880bd277c3a3ce9a39b3e5 GH-1917 - Make RetryTopic bean names public
b8ce3f0b32f049e74d4a6bbd828c580195fee16a GH-1189: asyncAcks Improvement
07b6240ff74dea0caf5ea90dccf62fefeae3ee21 GH-1936: Batch Listener Handle ConversionException
a66106061627c70067be5af25585cf6b57e327c9 GH-1189: Doc Polishing
bb35a83ec8b71c29b8349a90e481536a7e8c7ab3 GH-1915: Fix New Sonar Issue
c75e60c3998e82ffda06d2fc8090bf9614500ca5 GH-1915: Batch Manual AckMode Improvements
435db6a1f348791f49cdda9c4a9ba2a5bdf7ac1e GH-1929: interceptBeforeTx True By Default
cc64ebbabe934472d482ae14f095d692d54d9187 GH-1929: Fix BatchInterceptor
d8cfee6c36e866a73317db83c667d55bb8a53920 Fix Sonar Reported Issues
29e93b530da3a3a606c0d2cfea94d93e8577b963 GH-1909: Add idleBeforeDataMultiplier
7aadccbd75f239b46a7350fe1312b756e9819160 GH-1919: Fix TopicPartitionOffset Matching
e9743238ac79e0b2e09a73fc740791739e5578fc Optimize ListenerScope setup.
c6078b210583889d576dc76292b7e27dc5bdc31b GH-1916: Fix RetryableTopic for SpEL and Prop PH
abe1209c2e72eaf15aab7ef4db94465892d894c6 GH-1918: Don't Retry DLT Fatal Exceptions
29a3bd2021c49b700d4f3835c7ced642322c2faf GH-1879: Fix Sonar Nullable Params
44f1d92badd79715c2e0c1ce548ecad651f2cddc change-comment

spring-kafka - v2.7.7

Published by garyrussell about 3 years ago

Change log:

9c484fd7 Upgrade versions; prepare for release
a02dd14e GH-1917 - Make RetryTopic bean names public
b9421a96 GH-1929: Fix BatchInterceptor
f744094f GH-1916: Fix RetryableTopic for SpEL and Prop PH

spring-kafka - v2.8.0-M2

Published by garyrussell about 3 years ago

Change log:

3a1e8579 Upgrade versions; prepare for 2.8.0-M2
9924210d GH-1827: Fix Race
852c4474 GH-1879: Factories Now Configure (De)Serializers
523fa05a GH-1900: Fix Parameter Type for Previous Commit
acd09de7 GH-1900: Add @Nullable to setters for the corresponding nullable getters.
9e199fbf Add Newlines When Logging Container Config
bcf8fdb7 Fix Race in Test
d1a54377 Fix Sonar Issues
97ac3585 GH-1827: ContainerGroupSequencerTests Diagnostics
56021abf Suppress Sonar Issues
6ecafd94 GH-1898: Fix OOM in LoggingProducerListener
b79994f2 Improve Decorated ListenerExecutionFailedException
3ae1aea2 GH-1882 DLPR: Add Exception Cause Header
6e5d4b9b GH-1872: @KafkaListener Override Listener Type
a6616ba3 GH-1894: DLPR: Fix Headers with Only Key Exception
9ad308db GH-615: Complete CommonErrorHandler Work
50196bfb GH-615: More CommonErrorHandlers
b53bb333 GH-1880: Fix Unused Import
36765022 GH-1880: SpEL Improvements for Property Overrides
c9d0b487 GH-1888: Revert Deprec. setTransactionDefinition()
7af2a1cb GH-1886: Deprecate RetryTemplate
c43a2656 GH-1883: Fix replyTimeout Logic
e20c2eca Make JacksonUtils compatible with Native
8fa4c60c GH-615: Fix new Sonar Issue
a35a6c54 GH-1876: Fix new Sonar Issues
3b065291 GH-615: Add DefaultErrorHandler
24ff85d4 GH-1876: Seek To Timestamp with Manual Assignment
3fb3bb8f Documentation: fixup example for sending a message (#1874)

spring-kafka - v2.7.6

Published by garyrussell about 3 years ago

Change log:

90c34978 GH-1827: Fix Race
5921a412 Upgrade versions; prepare for release
32b11fdd GH-1900: Fix Parameter Type for Previous Commit
0fb5e7bf GH-1900: Fix Kotlin Compatibility
25b7bac2 Fix Race in Test
6c506a63 GH-1827: ContainerGroupSequencerTests Diagnostics
f7578af3 GH-1898: Fix OOM in LoggingProducerListener
fb9c1dd3 Improve Decorated ListenerExecutionFailedException
6625d8e4 GH-1894: DLPR: Fix Headers with Only Key Exception
8553c6f8 GH-1888: Revert Deprec. setTransactionDefinition()

spring-kafka - v2.7.5

Published by garyrussell about 3 years ago

Change log:

04095125 GH-1855: Fix Call to RetryingBatchErrorHandler
54d72676 GH-1883: Fix replyTimeout Logic
9d003571 Make JacksonUtils compatible with Native
9ea5cec7 GH-1876: Seek To Timestamp with Manual Assignment

spring-kafka - v2.6.10

Published by garyrussell about 3 years ago

Change log:

bb0f464b367d0d13045756a004f5a7bf8579db74 GH-1855: Fix Call to RetryingBatchErrorHandler

spring-kafka - v2.5.15.RELEASE

Published by garyrussell about 3 years ago

Change log:

9ff1a353 GH-1855: Fix Call to RetryingBatchErrorHandler

spring-kafka - v2.4.13.RELEASE

Published by garyrussell about 3 years ago

Change log:

71e137ee GH-1855: Fix Call to RetryingBatchErrorHandler
b1eece90 GH-1806: Fix Autowiring Broker in JUnit 5
e87b076f GH-1808: Refine ignored properties
e09340ad GH-1808: Fix Container Properties Crosstalk
ec36d7be Don't Log Converted Message With Projection
2dcbc491 GH-1727: Close Producer if initTransactions Fails
5e1cb82c Update Gradle Enterprise Versions
0af730d7 Update Doc Copyright

spring-kafka - v2.3.14.RELEASE

Published by garyrussell about 3 years ago

Change log:

043cd794 GH-1855: Fix Call to RetryingBatchErrorHandler
6c7083c6 GH-1806: Fix Autowiring Broker in JUnit 5
110f48fc GH-1808: Refine ignored properties
4f68b35b GH-1808: Fix Container Properties Crosstalk
317fbcc8 Don't Log Converted Message With Projection
27d06cc4 Upgrade grgit plugin
16af5fb6 GH-1344: Enable updateCopyrights onlyIf grgit (#1345)
52408e4a GH-1727: Close Producer if initTransactions Fails
0cdd1d95 Remove build scan publishing
11a5ae23 Update Doc Copyright

spring-kafka - v2.8.0-M1

Published by garyrussell over 3 years ago

Change log:

82f628a6 Upgrade versions; prepare for release
cf89aeed GH-615: Add CommonLoggingErrorHandler
8e5c5a7b GH-1870: Fix Doc for Programmatic JSON Config
cd661dc1 GH-615: Error Handler Evolution Part 1
2cab1706 Sonar Fixes
1875a6c9 GH-1866: Fix Race in Tests
ccb8b80e GH-1866: Fix Pause/Resume
e29ec923 GH-1863 - Configure listener error handler and type converter for @RetryableTopics
c0303d33 GH-1861: Add KafkaTemplate.receive()
f7046d7c GH-1189: Clear offsetsInThisBatch on nack()
ff350626 GH-1189: Support Out-of-Order Manual Commits
c1854a21 GH-1858: Fix Regression in JsonDeserializer
cd7607b1 Suppress Deprecation Warnings in Tests
267738c7 Fix new Sonar issues
3a31b3cb Switch main branch to 2.8
c34eb76b GH-1855: Fix Call to RetryingBatchErrorHandler
23f04041 GH-1827: Fix What's New Link
c474bca3 GH-1852: Fix Incorrect Kotlin Dependency
eab4a67c GH-1843: Delegating EH - use isAssignable()
df92ec51 Fix Race in Tests
febd8ee7 GH-1784: Customizing JSON Serializer/Deserializer
1f117355 GH-1800: Add KafkaNullAwarePayloadArgumentResolver
f1738878 GH-1845: Use stoppableSleep() for Authz Sleeps
ce298f57 GH-1845: Idle Between Polls Improvements
8bcb0529 GH-1842: Add Conditional Delegating Error Handlers

spring-kafka - v2.7.4

Published by garyrussell over 3 years ago

Change log:

6046a5a9 Upgrade versions; prepare for release
726c4851 GH-1866: Fix Pause/Resume
6cbfe2ad GH-1863 - Configure listener error handler and type converter for @RetryableTopics
acc7fcfc GH-1858: Fix Regression in JsonDeserializer
23f04041 GH-1827: Fix What's New Link
c474bca3 GH-1852: Fix Incorrect Kotlin Dependency
eab4a67c GH-1843: Delegating EH - use isAssignable()
df92ec51 Fix Race in Tests
febd8ee7 GH-1784: Customizing JSON Serializer/Deserializer
1f117355 GH-1800: Add KafkaNullAwarePayloadArgumentResolver
f1738878 GH-1845: Use stoppableSleep() for Authz Sleeps
ce298f57 GH-1845: Idle Between Polls Improvements
8bcb0529 GH-1842: Add Conditional Delegating Error Handlers

spring-kafka - v2.7.3

Published by garyrussell over 3 years ago

Change log:

924b8a8e Restore STCEH Behavior After Previous Commit
bb3d3df3 Fix Sonar issues for previous commit
a6573712 Data in handle method is @Nullable (#1837)
e624891e fix missing bean name in documentation (#1836)
796a4197 GH-1745: Fix New Sonar Issues
0ee2d49e GH-1827: Fix New Sonar Issues
2d43d6b0 GH-1804: Add ExponentialBackOffWithMaxRetries
eef43897 GH-1827: Add ContainerGroupSequencer
cf954d7f GH-1828: Use consumer record's partition for @RetryableTopic (#1829)
42854242 Link document formats

spring-kafka - v2.7.2

Published by garyrussell over 3 years ago

Change log:

b070cc18 Bump Spring Framework Version
e38687be Fix new Sonar issue
629a07ed GH-1825: Fix Missing Nullable Annotation
98c16401 Fix Flaky Reactor Template Test
32030584 GH-1745 - Improve RetryTopicConfigurer flexibility (#1821)
d1e0450d GH-1745 - Let users provide a RetryTopicConfigurer bean
e1d2c7b1 GH-1817: Fix new Sonar issue
9aab9f66 GH-1817: Fix typo; revert unintended sample changes
ad1ae60c GH-1817: Allow Annotation Attribute Modification
cb4ad953 Remove incorrect @Nullable on ConversionException
8178a67e Fix previous commit
c4d5f78a More ConversionException Improvements
d9870e93 ConversionException Improvements
137b8a18 Fix typo in lambda parameter
ea78e751 Streams HeaderEnricher Doc Polishing
fef1a11c More test diagnostics
5ce1154d GH-1811: MessageConverter Nullable - Kotlin Compat.
056d9fd7 GH-1806: Fix Autowiring Broker in JUnit 5
9df9b930 Increase Diagnostic Log Level on Flaky Test
c01a1bdf GH-1808: Fix Container Properties Crosstalk

spring-kafka - v2.6.9

Published by garyrussell over 3 years ago

Change log:

eecee178 GH-1806: Fix Autowiring Broker in JUnit 5
6484a2f6 GH-1808: Fix Container Properties Crosstalk

spring-kafka - v2.5.14.RELEASE

Published by garyrussell over 3 years ago

Change log:

c98861b5 GH-1806: Fix Autowiring Broker in JUnit 5
cc0bdef0 GH-1808: Fix Container Properties Crosstalk

Package Rankings
Top 2.68% on Repo1.maven.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status Revved up by Develocity
Related Projects