spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
808 stars 540 forks source link

Error querying consul Key/Values for context 'config/pt,prod/'. Message: Connection pool shut #739

Closed csx-bill closed 1 year ago

csx-bill commented 3 years ago

This happens occasionally after the service has been running for a period of time

Error querying consul Key/Values for context 'config/pt,prod/'. Message: Connection pool shut

spencergibb commented 1 year ago

We're cleaning out the issue tracker and closing issues that we've not seen much demand to fix. Feel free to comment with additional justifications if you feel that this one should not have been closed.

atithikumari commented 1 year ago

My spring boot application is stopping automatically after this warning comes. And to tackle for now , I had to disable the config watch. It is not an ideal way.

atithikumari commented 1 year ago

Tried out by setting fail-fast as false in Spring boot 2.2.0 but still the issue persists? Any idea on the fix or plans to tackle the error