Commit Graph

90 Commits

Author SHA1 Message Date
collaboratewithakash 142cb3f797
backlink added 2024-03-02 12:52:09 +05:30
rcalago 655e30949c
Update README.md 2024-01-19 09:52:02 +08:00
emanuel.trandafir c5892eec6e BAEL-6552: small changes 2023-12-28 15:10:10 +01:00
emanueltrandafir1993 1ac666749b BAEL-6552: added test using the default configuration 2023-12-27 22:33:40 +01:00
emanuel.trandafir 6c736c0c88 BAEL-6552: kafka consumer's min/max fetch size 2023-12-27 18:29:16 +01:00
davidmartinezbarua 980a886fef Merge pull request #15380 from etrandafir93/features/BAEL-7258-kafka_listener_without_spring
BAEL-7258: kafka listener without spring
2023-12-15 13:57:54 -03:00
emanuel.trandafir 89817e2cda MKT-7258: optimize imports 2023-12-15 12:47:19 +01:00
emanuel.trandafir 0203ff1f0a BAEL-7258: increase pom versions 2023-12-15 12:44:12 +01:00
emanueltrandafir1993 40ef28a449 BAEL-7258: renaming 2023-12-09 19:20:16 +01:00
Bipin kumar e144d0599b Java 28508 Fix formatting of POMs Modules A to C (#15359) 2023-12-06 18:17:52 +02:00
emanueltrandafir1993 5d13422a53 BAEL-7258: kafka listener without spring 2023-12-03 22:17:16 +01:00
gaepi 7683cff43d JAVA-26724 | kafka testcontainers version update 2023-11-30 10:20:20 +01:00
edizor 66b8dc1411 Update README.md
[skip ci]
2023-11-18 19:35:11 +08:00
Amol Gote 6e758b8438 The test names should be LiveTest not IntegrationTest, as per the other similar tests in this module. This naming is used to mark these tests as manually runnable only, since they are heavy tests that spin up a container, so we don't want them to be run as part of the automatic CI build. Same for the other tests. 2023-11-05 21:39:02 -05:00
Amol Gote 5d3f08d0e9 Fix the whitespace and newline issues - wuth code formatter 2023-11-05 21:32:49 -05:00
Amol Gote 80cd71fff3 Removing slf4j-log4j12, deleting log4j.properties and adding a standard src/test/resources/logback.xml, since the Kafka libraries use the logback SLF4J binding. 2023-11-04 18:33:09 -04:00
Amol Gote 2a6e561f76 Fixed unit test case failures 2023-11-04 18:09:21 -04:00
Amol Gote 2cecae1dfb Incorporate Review comments 2023-11-04 17:18:20 -04:00
Amol Gote b24851bfce Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:59:10 -04:00
Amol Gote cb274a7ed4 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonSerializer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:58:28 -04:00
Amol Gote ddc5e0a5ef Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/SinglePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:58:01 -04:00
Amol Gote 9c463c752b Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/MultiplePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:57:47 -04:00
Amol Gote 3e2975196d Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:57:32 -04:00
Amol Gote 33b18c0ca4 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:57:19 -04:00
Amol Gote 9a76f1a637 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:57:02 -04:00
Amol Gote aeb5f55e0e Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:56:47 -04:00
Amol Gote d4842ac511 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:56:07 -04:00
Amol Gote 0399cf0e5f Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/payload/UserEvent.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:55:32 -04:00
Amol Gote 41ab2ed221 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/payload/UserEvent.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:55:03 -04:00
Amol Gote e5da666432 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/MultiplePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:49:26 -04:00
Amol Gote c2453a503f Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:46:17 -04:00
Amol Gote 1394665355 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/SinglePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:46:09 -04:00
Amol Gote 45bc3d94d4 Code Formatting 2023-11-02 20:18:19 -04:00
Amol Gote 1ab4017ad6 Issue fixes 2023-11-02 19:47:05 -04:00
Amol Gote bfa7c53b54 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/MultiplePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:54 -04:00
Amol Gote 83d6d89db5 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/SinglePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:34 -04:00
Amol Gote d0edfbc423 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:27 -04:00
Amol Gote 667620821b Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:15 -04:00
Amol Gote b7d743c629 Incorporated Review comments 2023-11-02 19:40:36 -04:00
Amol Gote 88f85963bb Config changes 2023-10-31 22:04:32 -04:00
Amol Gote feca50daca Incorporated review comments 2023-10-31 20:17:39 -04:00
Amol Gote 5b936c47a0 Message to User Event Rename 2023-10-17 19:39:27 -04:00
Amol Gote baaef6bcf3 Added tests for External Sequence number with Time Window 2023-10-16 19:50:02 -04:00
Amol Gote 7c40b82bf9 Build Failure - Priority:3 Unit test class names need to end in UnitTest, integration tests with IntegrationTest, etc. 2023-10-15 19:30:29 -04:00
Amol Gote d1d456e59a Removed insertPosition, renamed messageId to applicationIdentifier 2023-10-15 19:19:01 -04:00
Amol Gote 6d4e6886b3 Renamed Inser position to patition key 2023-10-15 18:42:20 -04:00
Amol Gote b94d5a1f8a Incorporated Review Comments 2023-10-15 16:36:33 -04:00
Amol Gote 29096686cc Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/ConsumerConfigurations.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-10-15 16:09:36 -04:00
Amol Gote d85a01e524 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/SinglePartitionProducer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-10-15 16:08:54 -04:00
Amol Gote d850d6c30c Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/ProducerConfigurations.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-10-15 16:08:27 -04:00