DORSETRIGS
Home

spring-cloud (39 post)


posts by category not found!

What is the difference between putting a property on application.yml or bootstrap.yml in spring boot?

Spring Boot Configuration application yml vs bootstrap yml When configuring your Spring Boot application you ll often encounter two YAML files application yml a

2 min read 07-10-2024 24
What is the difference between putting a property on application.yml or bootstrap.yml in spring boot?
What is the difference between putting a property on application.yml or bootstrap.yml in spring boot?

spring.cloud.config.server.native.search-locations does not work with placeholders in Spring Cloud Config server

Spring Cloud Config Server Why Placeholders in search locations Dont Work and How to Fix It Spring Cloud Config Server is a powerful tool for centralized config

2 min read 07-10-2024 21
spring.cloud.config.server.native.search-locations does not work with placeholders in Spring Cloud Config server
spring.cloud.config.server.native.search-locations does not work with placeholders in Spring Cloud Config server

404 error in spring cloud gateway for every alternate request

Spring Cloud Gateway Why Every Other Request Gets a 404 The Problem A 404 Every Other Time Imagine you re building a microservices architecture with Spring Clou

2 min read 06-10-2024 49
404 error in spring cloud gateway for every alternate request
404 error in spring cloud gateway for every alternate request

Handle rotation of password in spring cloud stream consumers when connected to MSK kafka

Handling Password Rotation in Spring Cloud Stream Consumers Connected to MSK Kafka Problem When your Spring Cloud Stream applications consume messages from Amaz

3 min read 05-10-2024 40
Handle rotation of password in spring cloud stream consumers when connected to MSK kafka
Handle rotation of password in spring cloud stream consumers when connected to MSK kafka

Caused by: java.lang.NoClassDefFoundError: com/netflix/discovery/shared/resolver/EurekaEndpoint

Eureka Endpoint Not Found Debugging the java lang No Class Def Found Error The error java lang No Class Def Found Error com netflix discovery shared resolver Eu

2 min read 05-10-2024 46
Caused by: java.lang.NoClassDefFoundError: com/netflix/discovery/shared/resolver/EurekaEndpoint
Caused by: java.lang.NoClassDefFoundError: com/netflix/discovery/shared/resolver/EurekaEndpoint

How to disable Spring Cloud Kubernetes in a Maven build

How to Disable Spring Cloud Kubernetes in Your Maven Build Spring Cloud Kubernetes is a powerful tool for building microservices that can run on Kubernetes clus

3 min read 05-10-2024 36
How to disable Spring Cloud Kubernetes in a Maven build
How to disable Spring Cloud Kubernetes in a Maven build

High memory usage in JVM level - org.springframework.boot.actuate.autoconfigure.metrics.AutoConfiguredCompositeMeterRegistry

Unraveling High Memory Usage The Case of org springframework boot actuate autoconfigure metrics Auto Configured Composite Meter Registry Spring Boot application

3 min read 05-10-2024 45
High memory usage in JVM level - org.springframework.boot.actuate.autoconfigure.metrics.AutoConfiguredCompositeMeterRegistry
High memory usage in JVM level - org.springframework.boot.actuate.autoconfigure.metrics.AutoConfiguredCompositeMeterRegistry

spring eureka - Cannot determine local hostname

Eureka Server woes Cannot determine local hostname and how to fix it Have you ever set up a Spring Eureka server and encountered the dreaded Cannot determine lo

2 min read 05-10-2024 41
spring eureka - Cannot determine local hostname
spring eureka - Cannot determine local hostname

Which Spring Cloud AWS version should be used with Spring Boot 3?

Choosing the Right Spring Cloud AWS Version for Spring Boot 3 Spring Boot 3 with its embrace of Java 17 and Jakarta EE brings a fresh wave of modernization to t

2 min read 05-10-2024 48
Which Spring Cloud AWS version should be used with Spring Boot 3?
Which Spring Cloud AWS version should be used with Spring Boot 3?

Spring Boot 3.x Spring Cloud 2022.0.4 Kubernetes Config Map Not Working

Spring Boot 3 x and Spring Cloud 2022 0 4 Why Your Config Maps Might Not Be Working on Kubernetes Problem You re using Spring Boot 3 x and Spring Cloud 2022 0 4

2 min read 05-10-2024 43
Spring Boot 3.x Spring Cloud 2022.0.4 Kubernetes Config Map Not Working
Spring Boot 3.x Spring Cloud 2022.0.4 Kubernetes Config Map Not Working

Config-server is not fetching the department-service.properties file from GitHub

Config Server Not Fetching Properties File from Git Hub Troubleshooting and Solutions Problem Your Spring Cloud Config Server is failing to fetch the department

2 min read 04-10-2024 38
Config-server is not fetching the department-service.properties file from GitHub
Config-server is not fetching the department-service.properties file from GitHub

Spring boot azure function : This function was programmatically called via the host APIs

Understanding Spring Boot Azure Function Programmatically Calling via Host APIs In the world of cloud computing integrating your applications with various servi

3 min read 30-09-2024 32
Spring boot azure function : This function was programmatically called via the host APIs
Spring boot azure function : This function was programmatically called via the host APIs

500 Error with Spring Cloud Gateway Routing via Eureka Service Discovery - Heroku Deployment

Understanding and Resolving 500 Error with Spring Cloud Gateway Routing via Eureka Service Discovery on Heroku Introduction Deploying a microservices architectu

3 min read 29-09-2024 44
500 Error with Spring Cloud Gateway Routing via Eureka Service Discovery - Heroku Deployment
500 Error with Spring Cloud Gateway Routing via Eureka Service Discovery - Heroku Deployment

spring cloud webflux with http2

Spring Cloud Web Flux with HTTP 2 A Comprehensive Guide Introduction In recent years the demand for scalable and high performance applications has surged prompt

3 min read 28-09-2024 50
spring cloud webflux with http2
spring cloud webflux with http2

URL load issue in Spring boot Angular project localhost:8080/ loading but localhost:8080/ui/myui not loading

Troubleshooting URL Load Issues in a Spring Boot Angular Project In a Spring Boot and Angular application you may encounter a scenario where the base URL http l

2 min read 26-09-2024 62
URL load issue in Spring boot Angular project localhost:8080/ loading but localhost:8080/ui/myui not loading
URL load issue in Spring boot Angular project localhost:8080/ loading but localhost:8080/ui/myui not loading

java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.netflix.ribbon.RibbonAutoConfiguration.loadBalancerClient

Understanding and Resolving the java lang Illegal State Exception in Spring Cloud Ribbon When working with Spring Cloud and Netflix Ribbon developers may encoun

2 min read 25-09-2024 58
java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.netflix.ribbon.RibbonAutoConfiguration.loadBalancerClient
java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.netflix.ribbon.RibbonAutoConfiguration.loadBalancerClient

Spring Gateway routes not applied to multiple SecurityWebFilterChains

Understanding Spring Gateway Routes Not Being Applied to Multiple Security Web Filter Chains In modern web application development Spring Cloud Gateway provides

3 min read 22-09-2024 58
Spring Gateway routes not applied to multiple SecurityWebFilterChains
Spring Gateway routes not applied to multiple SecurityWebFilterChains

Spring cloud gateway : Returns 200 to an api call but no response in body

Understanding Spring Cloud Gateway API Calls Returning 200 with No Response Body When working with Spring Cloud Gateway developers might encounter a perplexing

3 min read 22-09-2024 52
Spring cloud gateway : Returns 200 to an api call but no response in body
Spring cloud gateway : Returns 200 to an api call but no response in body

Api Gateway giving 404 Error in spring cloud gateway

Resolving 404 Errors in Spring Cloud Gateway A Comprehensive Guide When working with Spring Cloud Gateway developers may occasionally encounter a frustrating is

3 min read 21-09-2024 45
Api Gateway giving 404 Error in spring cloud gateway
Api Gateway giving 404 Error in spring cloud gateway

Calling a service name using RestClient, HttpInterfaces and Eureka

Calling a Service Name Using Rest Client Http Interfaces and Eureka In todays microservices architecture service discovery is a fundamental component that allow

3 min read 20-09-2024 55
Calling a service name using RestClient, HttpInterfaces and Eureka
Calling a service name using RestClient, HttpInterfaces and Eureka

Problems with AOP usage in SpringCloud

Understanding Problems with AOP Usage in Spring Cloud Aspect Oriented Programming AOP is a powerful feature offered by the Spring Framework allowing developers

3 min read 19-09-2024 55
Problems with AOP usage in SpringCloud
Problems with AOP usage in SpringCloud

Spring Cloud Gateway security configuration error

Spring Cloud Gateway Unlocking Security with Proper Configuration Spring Cloud Gateway is a powerful tool for managing API requests in microservice architecture

2 min read 13-09-2024 71
Spring Cloud Gateway security configuration error
Spring Cloud Gateway security configuration error

What's the difference between EnableEurekaClient and EnableDiscoveryClient?

Enable Eureka Client vs Enable Discovery Client Understanding Spring Clouds Service Discovery Mechanisms Spring Cloud provides powerful tools for building micro

2 min read 06-09-2024 63
What's the difference between EnableEurekaClient and EnableDiscoveryClient?
What's the difference between EnableEurekaClient and EnableDiscoveryClient?

@RefreshScope seems to ignore Mockito's mocks

Refresh Scope and Mockito Resolving the Mocking Conundrum When working with Spring Boot and Spring Cloud Config using Refresh Scope to dynamically update config

2 min read 06-09-2024 42
@RefreshScope seems to ignore Mockito's mocks
@RefreshScope seems to ignore Mockito's mocks

Eureka replicas unavailable

Eureka Replicas Unavailable Troubleshooting and Best Practices In the world of microservices Eureka plays a crucial role in service discovery When setting up a

2 min read 06-09-2024 48
Eureka replicas unavailable
Eureka replicas unavailable