```Hi guys! I have a question regarding Kafka inte...
# general
c
Copy code
Hi guys!
I have a question regarding Kafka integration with Pinot
If I'm using a secured Kafka using SASL_SSL. Is there any way of configuring that and use those credentials? Or there is another way of setting security from Pinot to Kafka for data ingestion?
Thanks in advance!
đź‘‹ 2
x
I think we have an issue open for SASL_SSL support: https://github.com/apache/incubator-pinot/issues/7134
r
@User thanks alot . I tried the solution which you suggested here and it worked for kerberous Kafka.
c
@User checkin….