gaborgsomogyi commented on pull request #29729: URL: https://github.com/apache/spark/pull/29729#issuecomment-696668588
@HeartSaVioR I've just had a discussion w/ the Kafka guys related `assign` + `group.id` and here are the findings. Kafka authorizes the client in case of `assign` only in the following cases: * Auto offset commit is enabled * Manual offset commit is called Such case one needs group read access to get granted. Since Spark is not using either of them this works as expected (so it's not a bug but a feature). ---------------------------------------------------------------- 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]
