Hello, When using a Kafka tap, how do you authenti...
# plugins-general
d
Hello, When using a Kafka tap, how do you authenticate with the Kafka cluster? I haven’t seen anywhere any mention of SASL, API keys or anything
f
are you using the pipeline wise variation ?
if so, at first glance it does seem like it might not support any auth scheme’s yet (https://github.com/transferwise/pipelinewise-tap-kafka/blob/85ecb79c647ca9257f64ddc51ce0f8d308bafefc/tap_kafka/sync.py#L72) but i might just be looking in the wrong spot.
d
actually I looked at all of them, nowhere do I see they pass any sasl config when initating Consumer or Producer