π Kafka Record Patterns for Data Replication
//www.javacodegeeks.com/2021/05/kafka-record-patterns-for-data-replication.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/kafka-record-patterns-for-data-replication.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Kafka Record Patterns for Data Replication | Java Code Geeks - 2021
Interested to learn about Kafka Record Patterns? Check our article explaining about Kafka Record Patterns for Data Replication.
π Retention period and issue with Kafka data not getting deleted
//www.javacodegeeks.com/2021/05/retention-period-and-issue-with-kafka-data-not-getting-deleted.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/retention-period-and-issue-with-kafka-data-not-getting-deleted.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Retention period and issue with Kafka data not getting deleted | Java Code Geeks - 2021
Interested to learn about Kafka data? Check our article explaining the retention period and issue with Kafka data not getting deleted.
π Optimize Your Dev Loop with Spring Boot Dev Tools
https://reflectoring.io/spring-boot-dev-tools/
β‘οΈ @JavaLearnZone
https://reflectoring.io/spring-boot-dev-tools/
β‘οΈ @JavaLearnZone
reflectoring.io
Optimize Your Dev Loop with Spring Boot Dev Tools
Having to restart a Spring Boot application again and again to test changes costs a lot of time. If it takes long enough, we're not only losing the time of the restart but also have to pay the cost of context switching, because we've started to work on somethingβ¦
π Json Patch and Json Merge Patch in Java
//www.javacodegeeks.com/2021/05/json-patch-and-json-merge-patch-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/json-patch-and-json-merge-patch-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Json Patch and Json Merge Patch in Java - Java Code Geeks
Interested to learn about Json Patch? Check our article explaining how Json Patch and Json Merge Patch in Java.
π ExecutorService β Waiting for Threads to Finish
https://www.baeldung.com/java-executor-wait-for-threads
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-executor-wait-for-threads
β‘οΈ @JavaLearnZone
Baeldung
ExecutorService - Waiting for Threads to Finish | Baeldung
Learn how to use ExecutorService in various scenarios to wait for threads to finish their execution.
π How to Convert Mono<List<T>> Into Flux<T>
https://www.baeldung.com/java-mono-list-to-flux
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-mono-list-to-flux
β‘οΈ @JavaLearnZone
Baeldung
How to Convert Mono Into Flux | Baeldung
Learn to convert a Mono of a collection to Flux of the collection's items.
π Removing an Element from an Array in Java
https://www.baeldung.com/java-array-remove-element
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-array-remove-element
β‘οΈ @JavaLearnZone
Baeldung
Removing an Element from an Array in Java | Baeldung
Removing an element from an array in Java doesn't change the size of the array. Learn why.
π Getting the Java Version at Runtime
https://www.baeldung.com/get-java-version-runtime
β‘οΈ @JavaLearnZone
https://www.baeldung.com/get-java-version-runtime
β‘οΈ @JavaLearnZone
Baeldung
Getting the Java Version at Runtime | Baeldung
Learn to find the Java version at runtime.
π Checking if a Java Graph has a Cycle
https://www.baeldung.com/java-graph-has-a-cycle
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-graph-has-a-cycle
β‘οΈ @JavaLearnZone
Baeldung
Checking if a Java Graph Has a Cycle | Baeldung
Learn how to check if a cycle exists in a given directed graph in Java.
π Using an Interface vs. Abstract Class in Java
https://www.baeldung.com/java-interface-vs-abstract-class
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-interface-vs-abstract-class
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using an Interface vs. Abstract Class in Java | Baeldung
Learn when to use an interface and when to use an abstract class in Java.
π Creating a MS PowerPoint Presentation in Java
https://www.baeldung.com/apache-poi-slideshow
β‘οΈ @JavaLearnZone
https://www.baeldung.com/apache-poi-slideshow
β‘οΈ @JavaLearnZone
Baeldung
Creating a MS PowerPoint presentation in Java | Baeldung
Quick and practical example of creating PowerPoint presentations using Java and Apache POI.
π Creating a JUnit 5 ExecutionCondition
//www.javacodegeeks.com/2021/05/creating-a-junit-5-executioncondition.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/creating-a-junit-5-executioncondition.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Creating a JUnit 5 ExecutionCondition | Java Code Geeks - 2021
Interested to learn about ExecutionCondition? Check our article explaining how to Create a JUnit 5 ExecutionCondition.