I have a spring cloud configserver in place and we are using s3 as a version control.
I have activemq for sending topics which will later be consumed by the microservices. Now we need to refresh the configuration of microservices depending upon the value of the topic which we send in activemq.
Lets say we only need to refresh the configs of the microservice only when we see a value 'REFRESH' in the topic, otherwise no change.
Also we do nt want to call the actuator /refresh ,/monitor or /busrefresh endpoint to refresh the configs because we need to reload based on the topic value.
Refreshing configurations of microservices based on messaging topic
477 Views Asked by Shivam At
1
There are 1 best solutions below
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in SPRING-BOOT
- Multi Tenancy in Spring - Partitioned Data Approach
- I have created a spring boot application with spring data JPA, Rest ,oracle and i am getting this ORA-00933: SQL command not properly ended
- Springboot: How to get an entity optional property and check null?
- How to create jasper report in spring boot rest api with jpa
- JSON Body is Not Passing Certain Strings
- Unresolved reference error is showing up after adding the dgs codegen plugin successfully
- Transaction silently rolled back
- JPA buddy error when generating JPA Entities from DB
- Migrating Spring Boot 2 to 3 throws org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException: 3 counts of IllegalAnnotationExceptions
- Hibernate SQL Error: Missing FROM-clause entry for table "th1_1"
- Appwrite and / or Spring Boot Backend
- Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. I'm using Postgresql
- Driver com.microsoft.sqlserver.jdbc.SQLServerDriver claims to not accept jdbcUrl, ${SPRING_DATASOURCE_URL}: GitHub Actions
- springboot class org.hibernate.mapping.Bag cannot be cast to class org.hibernate.mapping.SimpleValue
- Spring security causing 404 with message "No static resource login"
Related Questions in SPRING-CLOUD-CONFIG
- Spring-boot 3 onfig server client tries localhost:8888 even if URLs are properly configured
- Spring Profile Active is not setting
- Using Spring Cloud Config server without Spring profiles
- Spring Cloud Config incorrect property override
- Why Spring cloud config server is not properly doing the request to Vault as it does to Git?
- Eureka Server peer Replication over mTLS
- Asynchronous Call Issue with Spring Cloud Gateway and Feign Client
- Spring cloud application/bootstrap.yml Unknow property name for type org.springframework.cloud.kubernetes.coomons.ConfigMapConfigProperties.sources
- NoResourceFoundException: No static resource monitor/lb
- Can't load webservice application.properties when using spring cloud config server
- Updating and persisting spring cloud config sever properties at runtime
- how to centralize log4j2 configuration with Spring Cloud Config Server
- Unable to bootstrap SpringBoot application with ConfigMap in kubernetes
- How to encrypt value for {cipher} in spring boot?
- "Eureka-Server" doesn't see its properties from running "Spring Cloud Config Server"
Related Questions in SPRING-CLOUD-CONFIG-SERVER
- Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'message' in value "${message}"
- How to import properties from AWS Secret Manager in Spring Cloud Config Server?
- Failed to configure a DataSource: 'url' attribute is not specified
- PCF Spring Cloud Config server not fetching properties from bitbucket
- Broken ResourceController in Spring Cloud Config Server with SpringBoot reactive web app
- Springboot: Config client from one docker is able to curl the properties from config server docker, but not getting read by env variables in program
- bootstrap.yml file not loading in spring boot 3
- My config client fetch config client but does not see config server config file
- Why Spring cloud config server is not properly doing the request to Vault as it does to Git?
- Spring cloud config properties versioning
- How can I Login to spring cloud Config Server using Hashicorp vault?
- Azure Deployment Failing with HttpServerErrorException for my Spring App
- Config-server is not fetching the department-service.properties file from GitHub
- Spring Boot uses incorrect config server url – http://localhost instead of http://config
- Spring Boot Config Server returns empty for property Sources
Related Questions in SPRING-CLOUD-CONFIG-CLIENT
- Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'message' in value "${message}"
- Resolve plain text file via Spring Cloud Config
- Springboot: Config client from one docker is able to curl the properties from config server docker, but not getting read by env variables in program
- Why Spring cloud config server is not properly doing the request to Vault as it does to Git?
- How can I Login to spring cloud Config Server using Hashicorp vault?
- Azure Deployment Failing with HttpServerErrorException for my Spring App
- Config-server is not fetching the department-service.properties file from GitHub
- spring cloud config server not loading file
- Spring Cloud Config does not override program arguments
- Spring cloud config - override profile locally failed
- Spring Cloud config server - Sharing properties (for Group of related services)
- Spring cloud config OAuth2.0 protected server client authentication
- Embedded Spring Cloud Config - How to retrieve a plain file?
- Need help to resolve application not able to read config data from Spring Cloud Config Server deployed in IST environment over HTTPS
- Cloud config starts throwing errors about missing repository
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
After few retries i came up the solution and it is working as expected. what we need to do first is to add actuators dependency.
Now in the application.properties we need to enable below property so that actuator can perform the restart.
Now finally we need to call the restart method from RestartEndpoint class so that it can restart our application.
Please give suggestion if solution require any improvement.