How to fail SpringBootApplication
fail on unknown Kafka topicname, group-id and such?
#3002
Answered
by
JooHyukKim
JooHyukKim
asked this question in
Q&A
-
I am trying to make the server fail on start-up. I was wondering if there is any config that does such thing? |
Beta Was this translation helpful? Give feedback.
Answered by
JooHyukKim
Jan 25, 2024
Replies: 1 comment 4 replies
-
Found workaround.
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
JooHyukKim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found workaround.
@KafkaListener
annotoation to implement ApplicationRunner.