Hi team, we’re using Pinot master and found kafka ...
# troubleshooting
a
Hi team, we’re using Pinot master and found kafka configuration about ssl in “streamConfigs” section has changed. Previous version config is like “sasl.jaas.config”org.apache.kafka.common.security.scram.ScramLoginModule And latest config needs to be like the following: “sasl.jaas.config”: “org.apache.pinot.shaded.org.apache.kafka.common.security.scram.ScramLoginModule So, just to confirm, is this change a temporal plan or it will be used in future versions?
n
i believe this will be a permanent change. @Kartik Khare ^^ we may need to update some docs with te new release
k
yeah this change was done to accommodate both kafka 09 and 2.0 in the pinot plugins I will updated the docs