In spring-kafka 2.2, a new property was added to ContainerProperties as missingQueuesFatal; It would be nice to be able to configure this easily when using springboot:
- Have a property to be able to configure via
spring.kafka.***
- Have
KafkaMessageDrivenChannelAdapter do the KafkaProperties -> ContainerProperties configuration of the missingQueuesFatal setting automatically
Some background references:
https://stackoverflow.com/questions/55976911/spring-integration-kafka-3-0-1-3-1-2-tests-now-fail-to-start-if-no-broker-ava
https://docs.spring.io/spring-kafka/reference/html/#listener-container-changes