Closed
Description
I'm able to fetch the K8 config maps on startup but on subsequent update to the config map, its not resulting in consuming the event and updating the values in my spring boot application.
Here are the versions:
spring boot - 2.2.7.RELEASE
spring-cloud-gcp - 1.2.2.RELEASE
spring-cloud - Hoxton.SR4
Its working fine in
spring boot - 2.1.11.RELEASE
spring-cloud-gcp - 1.1.3.RELEASE
spring-cloud - Greenwich.SR4
Able to fetch the config map during startup as well as consuming the event when there is a change in the config map