From 455b79600a7f56ceed7fe2eba49a48525e3077cf Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:18:45 +0800 Subject: [PATCH 1/3] Update README.md --- spring-kafka-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-kafka-3/README.md b/spring-kafka-3/README.md index 5250070952..82bd41dd69 100644 --- a/spring-kafka-3/README.md +++ b/spring-kafka-3/README.md @@ -1,3 +1,4 @@ ## Relevant Articles - [Spring Kafka Trusted Packages Feature](https://www.baeldung.com/spring-kafka-trusted-packages-feature) - [How to Catch Deserialization Errors in Spring-Kafka?](https://www.baeldung.com/spring-kafka-deserialization-errors) +- [View Kafka Headers in Java](https://www.baeldung.com/java-kafka-view-headers) From cc43af9747f1220499708c73addcf7851c7c2db8 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:19:54 +0800 Subject: [PATCH 2/3] Update README.md --- persistence-modules/spring-boot-persistence-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-boot-persistence-3/README.md b/persistence-modules/spring-boot-persistence-3/README.md index 34bbe10dc3..fc1da55635 100644 --- a/persistence-modules/spring-boot-persistence-3/README.md +++ b/persistence-modules/spring-boot-persistence-3/README.md @@ -2,4 +2,5 @@ - [Patterns for Iterating Over Large Result Sets With Spring Data JPA](https://www.baeldung.com/spring-data-jpa-iterate-large-result-sets) - [Count the Number of Rows in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-row-count) - [A Guide to Spring AbstractRoutingDatasource](https://www.baeldung.com/spring-abstract-routing-data-source) +- [How To Use findBy() With Multiple Columns in JPA](https://www.baeldung.com/spring-data-jpa-findby-multiple-columns) - More articles: [[<-- prev]](../spring-boot-persistence-2) From dc68d08adef7d68f4a90d1ac3b6b856abd1338a3 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:21:25 +0800 Subject: [PATCH 3/3] Update README.md --- spring-kafka-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-kafka-3/README.md b/spring-kafka-3/README.md index 82bd41dd69..2cbfeaccb0 100644 --- a/spring-kafka-3/README.md +++ b/spring-kafka-3/README.md @@ -2,3 +2,4 @@ - [Spring Kafka Trusted Packages Feature](https://www.baeldung.com/spring-kafka-trusted-packages-feature) - [How to Catch Deserialization Errors in Spring-Kafka?](https://www.baeldung.com/spring-kafka-deserialization-errors) - [View Kafka Headers in Java](https://www.baeldung.com/java-kafka-view-headers) +- [Understanding Kafka InstanceAlreadyExistsException in Java](https://www.baeldung.com/kafka-instancealreadyexistsexception)