How to fix Failed to create consumer binding retrying in 30 seconds AKS

Chalamova, Sofiya 0 Reputation points
2024-08-13T12:24:31.1033333+00:00

I am runnig microservice applications in Azure AKS.

I can see all of them, reporting an error:

"message":"Failed to create consumer binding retrying in 30 seconds","log.level":"ERROR","logger.name":"org.springframework.cloud.stream.binding.BindingService", "error.class":"org.springframework.cloud.stream.binder.BinderException","error.message":"Exception thrown while starting consumer: "

error.class

org.springframework.cloud.stream.binder.BinderException

error.message

Exception thrown while starting consumer:

error.stack

at org.springframework.cloud.stream.binder.AbstractMessageChannelBinder.doBindConsumer(AbstractMessageChannelBinder.java:461) at org.springframework.cloud.stream.binder.AbstractMessageChannelBinder.doBindConsumer(AbstractMessageChannelBinder.java:90) at org.springframework.cloud.stream.binder.AbstractBinder.bindConsumer(AbstractBinder.java:143) at org.springframework.cloud.stream.binding.BindingService.lambda$rescheduleConsumerBinding$1(BindingService.java:201) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

Could you please advise?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
613 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,073 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.