Ismar Slomic

Results 78 comments of Ismar Slomic

> If you do set spring.cloud.kubernetes.reload.enableReloadFiltering=true, we will only watch configmaps that have a label called spring.cloud.kubernetes.config.informer.enabled=true. This acts as a "filter", so that there is less pressure on the...

Spot on! The Watcher still listens to all changes (within the specified namespace, if configured), but uses configurations provided by env variables to decide what to do further. Example ###...

Great! Thanks a lot! Im happy to create an working example we could use to demonstrate and test this solution, using latest version of Spring Boot and Spring Cloud Kubernetes...

Thanks for the update @wind57, no hurry from my side! And I agree with your suggestion @ryanjbaxter! I just wanted to share some feedbacks from other tech leads in my...

I agree that this approach from JLR does not improve the overall security, in regards to third party usage. But from my understanding, the main issue in this context is...

Agree with you @msp1974! We should initiate dialog with JLR. They already know that their API is used by many third parties, so it should not be an surprise that...

Is it possible to replicate the code for code generation in jlrpy, if the generation happens on client side (app)?