You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhat unintentionally i started the spring boot app with KafkaListener without running any broker. It doesnt complain during start up for failure to connect the kafka broker.
Shouldn't this stop server startup like how other message listeners work in spring.
Thanks