Rainer Frey
Rainer Frey
AFAIS there are two "issues" with your request: - nifty:layout and nifty:scaffold are largely independent of each other (with a loose dependency via a helper method that scaffold uses, and...
cool. In such a case it is nice to be proven wrong. Can you give a pointer on how to store defaults with/for a generator (rails doc, or some starting...
Ah thanks Ryan. Never noticed that part.
Inxmail GmbH is using separate instances of Spring Boot Admin in 3 environments (dev, staging, production), each with ~25 applications (up to ~45 instances) deployed in Kubernetes.
I observed this with Spring Cloud Release Trains Hoxton.RC2 (SCS 3.0.0RC2) and Greenwich.SR3 (SCS 2.1.4). A simple application is here [rainerfrey/spring-cloud-stream-event-demo](https://github.com/rainerfrey/spring-cloud-stream-event-demo), it needs RabbitMQ. Run it as is, and see...
@olegz is there anything else I can do right now to move this forward?
Huh? Does any of this address the issue of multiple lifecycle application events in Spring Cloud Stream applications? Additionally, is there a way to use functional support to send a...
@olegz I moved the sample app to 3.0.0 and a function source. The particular error with a missing subscriber on the message channel does not apply in this case, but...
Thanks for the hint on how to check the application context, that'll do for fixing my application. But isn't it a violation of the principle of least surprise, that a...
I wonder if it would make sense that `SpringApplication` has a mode that doesn't fire these events (similar to how startup logging can be suppressed) for such use cases as...