Java
-

Json Patch and Json Merge Patch in Java
Json Patch and Json Merge Patch both do one job well – a way to represent a change to a…
Read More » -

Retention period and issue with Kafka data not getting deleted
Problem Default value of retention.ms attribute on kafka topis is set to 7 days but data still persist for pre…
Read More » -

Kafka Record Patterns for Data Replication
Imagine going down to your local milkshake bar and signing a contract with the owner so that you could purchase…
Read More » -

[MEGA DEAL] The 2021 Java Bootcamp Bundle(96% off)
Develop Expertise on the Leading Programming Language & Create Actual Programs with 10 Hours of Content on Java Fundamentals, Collections,…
Read More » -

Supporting bulk operations in REST APIs
Bulk (or batch) operations are used to perform an action on more than one resource in single request. This can…
Read More » -

Java 8 Parallel Streams – Custom Thread Pools Examples
A brief intro to custom thread pools and their use in Java 8 parallel streams. Examples on how to use…
Read More » -

Java 8 Streams – Group By Multiple Fields with Collectors.groupingBy()
A guide to group by two or more fields in java 8 streams api. Examples to grouping List by two…
Read More » -

Java 8 – How To Read A File?
A quick guide on how to read the file in older java and new JDK 8 version with example programs.…
Read More » -

Java 16 Records with JPA and jOOQ
Java Records The new Java version 16 includes a new feature: Records https://openjdk.java.net/jeps/395 “Enhance the Java programming language with records, which are…
Read More »


