bakdata / streams-bootstrap

Utility functions and base classes for Kafka Streams applications
MIT License
29 stars 3 forks source link

Chart should not set inputTopics to empty string if none are specified #149

Closed philipp94831 closed 2 years ago

philipp94831 commented 2 years ago

Since #144, input topics is by default empty. Because we join input topics on ,, this leads to an empty value for input topics. Before, the value was just dropped. We should check if the list is non-empty and only then set the value. Other values might be affected as well