🆕 How to cascade DELETE with Spring and Hibernate events
https://vladmihalcea.com/cascade-delete-hibernate-events/
https://vladmihalcea.com/cascade-delete-hibernate-events/
Vlad Mihalcea
How to cascade DELETE with Spring and Hibernate events
Learn the best way to cascade DELETE unidirectional associations with Spring Data JPA and Hibernate events.
🆕 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.
🆕 Why Observability Matters in System Design
https://betterjavacode.com/programming/why-observability-matters-in-system-design
https://betterjavacode.com/programming/why-observability-matters-in-system-design
Code Complete
Why Observability Matters in System Design
In this post, I talk about system design and observability. How to think about observability while designing a system.
🆕 Testing Java Apps on Kubernetes with Testkube
https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube/
https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube/
Piotr's TechBlog
Testing Java Apps on Kubernetes with Testkube - Piotr's TechBlog
In this article, you will learn how to test Java apps on Kubernetes with Testkube automatically. We will build the tests for the typical Spring REST-based app. In the first scenario, Testkube runs the JUnit tests using its Maven support. After that, we will…
🆕 Kubernetes Testing with CircleCI, Kind, and Skaffold
https://piotrminkowski.com/2023/11/28/kubernetes-testing-with-circleci-kind-and-skaffold/
https://piotrminkowski.com/2023/11/28/kubernetes-testing-with-circleci-kind-and-skaffold/
Piotr's TechBlog
Kubernetes Testing with CircleCI, Kind, and Skaffold - Piotr's TechBlog
In this article, you will learn how to use tools like Kind or Skaffold to build integration tests on CircleCI for apps running on Kubernetes.
🆕 High-Performance Java Persistence Newsletter, Issue 57
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-57/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-57/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 57 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
🆕 Getting Started with Spring Cloud Azure
https://piotrminkowski.com/2023/12/07/getting-started-with-spring-cloud-azure/
https://piotrminkowski.com/2023/12/07/getting-started-with-spring-cloud-azure/
Piotr's TechBlog
Getting Started with Spring Cloud Azure - Piotr's TechBlog
This article will teach you how to use Spring Cloud to simplify integration between Spring Boot apps and Azure services like Cosmos DB.