HeartSaVioR commented on pull request #29729: URL: https://github.com/apache/spark/pull/29729#issuecomment-702711824
If I understand correctly, "in overall" (across driver and executors), it shouldn't change the requirement of permissions; there're three distinct operations described in the doc * On group resource read operation * On topic resource read operation * On topic resource describe operation and with and without this patch all three operations are used. That said, the behavior of `not checking group.id in executors` (https://github.com/apache/spark/pull/28623#issuecomment-633257746) is weird to me. Probably it's either Kafka bug or `on group resource read operation` doesn't leverage `group.id`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
