vmware-archive / kafka-trigger

Kubernetes CRD controller for Kafka topic as event source for Kubeless functions
Apache License 2.0
28 stars 34 forks source link

Fix `KAFKA_BROKERS` so that it uses strings split on ',' #25

Closed jon-whit closed 4 years ago

jon-whit commented 4 years ago

Fixes #8

Description: The changes herein fix a known issue with the KAFKA_BROKERS not working with a list of brokers delimeted by a comma.

jon-whit commented 4 years ago

@andresmgot you're welcome! Thanks for merging it quickly 👍