Category "spring-cloud-config"

Push Notifications From AWS CodeCommit and Spring Cloud Config

I have two questions: Does Spring cloud config can work with AWS code commit push notifications? AWS Codecommit can work with SNS that can send web hook Can th

Spring cloud bus not updating config property for all instances

I am using spring cloud bus with kafka to update the config property for multiple instances at once. I have a cloud-config server running on localhost:8888, Fin

@RefereshScope in Spring config server

As per the documentation whenever the bean in RefereshScope and the actuator end-point refresh called the bean got refreshed. Questions : Bean refresh means spr

Programmatically call spring cloud config actuator/env post endpoint in spring boot application

I am using spring cloud config in my spring boot application, I am trying to update the property value through actuator/env post endpoint. Here is my code: @Ser

Spring Config Server - No such label: master

I have a simple Spring Cloud Config Server which consume configuration from git server. ConfigServer bootstrap.yml : spring: application: name: config-