python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to disable Spring Cloud Kubernetes in a Maven build
Running Spring Boot 2.6.6 and Spring Cloud 2021.0.1
I'm attempting to migrate an existing service to Kubernetes so I added a dependency on spring-cloud-starter-kubernetes-client-all. By default, I hav...
Faron
Votes: 0
Answers: 3
SQS - all messages goes into flight even when maxNumberOfMessages is set to 1
I have a defined pod scaling based on the number of messages in sqs. And i want each pod to process 1 message.
So if i have 3 messages, i will have 3 pods and each processing 1 message.
This is how i ...
Andromeda
Votes: 0
Answers: 1
Spring Cloud Gateway Oauth2 Resource Server allow actuator endpoints
I have a Spring Cloud Gateway running with this dependency:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-ser...
dmance
Votes: 0
Answers: 1
Error when use google pubsub emulator and Spring function.adapter.gcp.GcfJarLauncher
I am trying to make a GCP Cloud function trigger by pubsub message using Spring Cloud framework.
I have started with the example provided by Spring team which is quite simple.
But when I execute the c...

tschi
Votes: 0
Answers: 1