Join Slack
Powered by
Hello, When using a Kafka tap, how do you authenti...
# plugins-general
d
dejan_pejcev
08/06/2021, 2:40 PM
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
florian.hines
08/06/2021, 2:49 PM
are you using the pipeline wise variation ?
florian.hines
08/06/2021, 2:50 PM
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
dejan_pejcev
08/06/2021, 2:52 PM
actually I looked at all of them, nowhere do I see they pass any sasl config when initating Consumer or Producer
Open in Slack
Previous
Next