twosom

Results 11 comments of twosom

same issue here

Here is my solution ```yaml --- spring.config.import: "optional:configserver" spring: application.name: "auth-server" cloud.config: failFast: true retry: initialInterval: 3000 multiplier: 1.3 maxInterval: 10000 maxAttempts: 20 uri: "http://localhost:8888" username: "${CONFIG_SERVER_USR}" password: "${CONFIG_SERVER_PWD}" ---...

> Hi, is there a requirement in your use case that needs to serve ValueProvider? In the past ValueProviders were mainly used in Dataflow classic templates, which is superceded by...

> Now that we have flex templates, we prefer not propagating the ValueProvider boilerplate elsewhere without good reason, and advise flex templates for any template use that uses non-ValueProvider-enabled features....

This may be specific to our company. I can't guarantee it's the same for other companies. I agree that we shouldn't propagate ValueProviders without a good reason. I'll close the...

> > > Now that we have flex templates, we prefer not propagating the ValueProvider boilerplate elsewhere without good reason, and advise flex templates for any template use that uses...