strimzi / kafka-env-var-config-provider

Environment variable configuration provider for Apache Kafka®

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServiceLoader discoverability

tombentley opened this issue · comments

Per discussion in confluentinc/kafka-images#102, we need to ensure the config provider is discoverable using ServiceLoader

I was coming at this from the Kafka side. I see there's always #2 to resolve this.

@vutkin Version 0.1.0 added the Service Loader configuration. So it should be solved now.

Unfortunately no, it fails with same error. Workaround helps
By the way in version 0.1.1 added the Service Loader configuration;)

Yeah, sorry, I overlooked ... 0.1.1 added the ServiceLoader.