sam-gardner
74cd524de2
JAVA-32103 Move spring-boot-kafka-ssl article to spring-kafka-2 ( #16178 )
2024-03-22 22:25:28 +02:00
Harry9656
8095c35738
[JAVA-32540] Change the Kafka test to Manual type ( #16193 )
2024-03-22 16:19:54 +01:00
anuragkumawat
b069824c41
JAVA-31504 Upgrade spring-kafka-2 to Spring Boot 3 and latest kafka version ( #16086 )
2024-03-14 14:21:37 +02:00
panos-kakos
d6db20dd02
[JAVA-29500] Moved article "Implementing Retry in Kafka Consumer" to spring-kafka ( #15904 )
2024-02-26 21:34:40 +02:00
Constantin
6328bf349e
[BAEL-7199] Override bootstrap servers property ( #15708 )
2024-02-20 23:14:38 +01:00
Amit Pandey
a5082fa3f1
[JAVA-29429] - Add extra checks for sporadic test failures ( #15845 )
2024-02-11 13:39:41 +01:00
Amit Pandey
7280037213
[JAVA-29429] Reduce Kafka Integration test execution time ( #15793 )
2024-02-05 21:40:28 +01:00
rcalago
36c6129265
Update README.md
2024-01-19 10:51:56 +08:00
Constantin
b51e01e69f
BAEL-7199: Fix CI pipeline
2024-01-09 11:33:44 +02:00
Constantin
6d7c9dc79e
BAEL-7199: Use different port for embedded Kafka
2024-01-07 16:31:44 +02:00
Constantin
b8a6e4f89f
BAEL-7199: Include feedback
2023-12-21 17:06:41 +02:00
Constantin
fd9618cda6
BAEL-7199: Dead Letter Queue for Kafka with Spring
2023-12-14 17:37:51 +02:00
Pedro Lopes
36cc0c07eb
fix embedded kafka port ( #15296 )
2023-12-09 16:20:58 +01:00
timis1
e6501ada07
JAVA-26705 Upgrade lombok to latest version ( #15305 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
gaepi
7683cff43d
JAVA-26724 | kafka testcontainers version update
2023-11-30 10:20:20 +01:00
edizor
9b36358c6c
Update README.md
...
[skip ci]
2023-11-24 21:18:13 +08:00
Pedro Lopes
a7ab16d81e
BAEL-6566: Manage Kafka Consumer Groups ( #15007 )
...
* test removing consumer
* test removing consumer
* wrapping up
* fix main class
* addressing request changes
* introducing constants for numbers. optimizing imports
* introducing class level constants
* using constant naming conventions
2023-11-20 07:14:46 +01:00
edizor
23830bfd79
Update README.md
...
[skip ci]
2023-11-18 19:02:24 +08:00
timis1
336ee922eb
JAVA-26692 Go over tutorials - integration builds test results - Week 45 - 2023 ( #15194 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-11-16 12:21:18 +02:00
Alexander Molochko
5b596e0c49
BAEL-7012: Splitting Streams in Kafka ( #15029 )
...
* BAEL-7012: Splitting Streams in Kafka
* Move sources to the spring-kafka module
* Move sources to the spring-kafka-2 module
2023-11-08 19:05:37 -06:00
panos-kakos
de34619039
Merge branch 'master' into JAVA-25997
2023-10-22 20:36:09 +03:00
panos-kakos
459d92fae6
[JAVA-25997] Fixed typo
2023-10-16 22:57:25 +03:00
Bipin kumar
b0dc3b228a
JAVA-25374: Fixes made for integration test failure in spring-kafka-2… ( #14864 )
2023-10-16 12:46:22 +03:00
panos-kakos
fcb0f98b92
[JAVA-25997] Clean up
2023-10-15 19:25:42 +03:00
edizor
c87483b758
Update README.md
...
[skip ci]
2023-10-12 05:22:52 +08:00
Constantin
ed2f3234e6
BAEL-6612: How to subscribe a Kafka consumer to multiple topics ( #14800 )
...
* BAEL-6612: Subscribe consumer to multiple topics using Spring Kafka
* BAEL-6612: Subscribe consumer to multiple topics using Apache Kafka
* BAEL-6612: Revert README files
* BAEL-6612: Fix identation; remove static qualifier
* BAEL-6612: Fix identation; remove static qualifier
2023-10-06 23:21:30 -05:00
Pedro Lopes
ae29eca0f8
BAEL-6927: Update article "Understanding Kafka Topics and Partitions" ( #14837 )
...
* consumer config. topic config. driver and calculator classes.
* basic app working. test structure
* final version
* wraping up
* optimizing imports
* comments changes
* addressing improvement changes
2023-10-01 09:22:34 -06:00
edizor
7515ad6efe
Update README.md
...
[skip ci]
2023-08-09 20:53:09 +08:00
Pedro Lopes
5843e8212a
BAEL-6406 - Understanding Kafka Topics and Partitions ( #14324 )
...
* consumer config. topic config. driver and calculator classes.
* basic app working. test structure
* final version
* wraping up
* optimizing imports
2023-07-31 21:01:26 -06:00
collaboratewithakash
004c5ad41f
backlink updated
2023-05-27 15:30:38 +05:30
edizor
9b8bcbb5ab
Update README.md
...
[skip ci]
2023-03-24 16:25:00 +08:00
Vlad Fernoaga
f40d10a9e1
Configure multiple listeners on same topic ( #13572 )
...
* moved Spring retryable article to own package
* moved Spring retryable article to own package
* implement multiple listeners kafka app demo project
* fix PR comments
2023-03-20 08:26:44 +01:00
timis1
bf69ecf4bd
JAVA-17762 Align module names, folder names and artifact id - Week 6 - 2023 ( #13411 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-03 21:52:38 +05:30
edizor
1af5982423
Update README.md
...
[skip ci]
2023-01-19 07:20:47 +08:00
cesarevalenti90
f396ff0341
BAEL-6057 - Implementing Retry In Kafka Consumer ( #13274 )
...
* BAEL-6057 - Implementing Retry In Kafka Consumer
(moved code example to new module)
* BAEL-6057 - Implementing Retry In Kafka Consumer
(fix on README.md)
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-01-11 13:25:43 -08:00