🆕 How to batch INSERT statements with MySQL and Hibernate
https://vladmihalcea.com/batch-insert-mysql-hibernate/
https://vladmihalcea.com/batch-insert-mysql-hibernate/
Vlad Mihalcea
How to batch INSERT statements with MySQL and Hibernate - Vlad Mihalcea
Learn how we can batch INSERT statements when using MySQL and Hibernate as, by default, the IDENTITY generator is not batched automatically.
🆕 How to cascade DELETE unidirectional associations with Spring Data JPA
https://vladmihalcea.com/cascade-delete-unidirectional-associations-spring/
https://vladmihalcea.com/cascade-delete-unidirectional-associations-spring/
Vlad Mihalcea
How to cascade DELETE unidirectional associations with Spring
Learn the best way to cascade DELETE unidirectional associations when using Spring Data JPA without the CascadeType mappings.
🆕 High-Performance Java Persistence Newsletter, Issue 56
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-56/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-56/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 56 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
🆕 Worker Pattern in Microservices
https://betterjavacode.com/programming/worker-pattern-microservices
https://betterjavacode.com/programming/worker-pattern-microservices
🆕 Apache Kafka on Kubernetes with Strimzi
https://piotrminkowski.com/2023/11/06/apache-kafka-on-kubernetes-with-strimzi/
https://piotrminkowski.com/2023/11/06/apache-kafka-on-kubernetes-with-strimzi/
Piotr's TechBlog
Apache Kafka on Kubernetes with Strimzi - Piotr's TechBlog
In this article, you will learn how to install and manage Apache Kafka on Kubernetes with the Strimzi operator.
🆕 Kafka Tracing with Spring Boot and Open Telemetry
https://piotrminkowski.com/2023/11/15/kafka-tracing-with-spring-boot-and-open-telemetry/
https://piotrminkowski.com/2023/11/15/kafka-tracing-with-spring-boot-and-open-telemetry/
Piotr's TechBlog
Kafka Tracing with Spring Boot and Open Telemetry - Piotr's TechBlog
In this article, you will learn how to configure tracing for Kafka producer and consumer with Spring Boot and Open Telemetry.