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?