donatobarone commented on issue #38565: URL: https://github.com/apache/arrow/issues/38565#issuecomment-1798999111
So our scenario is as follows: - Service B written in python (using the above example) gets data from service A - Different users can reach out to service B at the same time - Each user has to be authenticated against service A in order to get data In this scenario, unless we put a lock in the code in service B to avoid the authenticate being called at the same time (which I remember trying, but didn't seem to help, still I want to validate that again), don't think there is any other way, unless I am missing something. Do you agree @lidavidm ?? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
