Category: Spring Boot

How to use OpenSearch Trace Analytics as a backend for Spring Boot application tracing

Using OpenSearch Trace analytics (AWS OpenSearch Service) for Spring Boot application tracing using OpenTelemetry and/or Zipkin along with Spring Sleuth.

How to connect Spring boot microservice to MongoDB cluster

Learn how to deploy MongoDB Cluster (Replica set) in Kubernetes and connect your Spring Boot microservice application to DB. In this post, would like to briefly explain how to deploy MongoDB as a Cluster (replica set configuration) with 3 pods in a Kubernetes cluster and connect a Spring boot application/microservice to it. There are few […]