spring cloud configuration client spamming our configuration server -


we have set of micro services obtain configuration configuration server have created. our configuration server uses mongo backing store configuration files , run in redundant configuration if of configuration servers fail can fail on another.

now configuration each service uses discovery location of configuration server. can see each service obtains reference ants proper configuration data server , services start correctly data.

now 1 thing noticed services regularly request configurations configuration server every 3 mins. being done @ configuration client level , not in our code base.

this request every service @ rate causing quite bit of load on configuration service. expected , if how can lower rate of these pings?

one additional issue if make health request service, triggers request services configuration remote configuration service.

the combination of both of these elements driving our configuration server ground since 5 requests/sec on server.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -