As a user I want my CLI passed Kafka config to always have priority over hard-coded configurations in order to gain flexibility with Kafka config. When extending KafkaStreamsApplication and overridding properties, this can only be ensured by manually applying CLI config again.
As a user I want my CLI passed Kafka config to always have priority over hard-coded configurations in order to gain flexibility with Kafka config. When extending KafkaStreamsApplication and overridding properties, this can only be ensured by manually applying CLI config again.