cmcarthur commented on issue #437: URL: https://github.com/apache/iceberg-rust/issues/437#issuecomment-2997408926
as an alternative, can we simply expose a public `refresh_token` method that allows the caller to implement their own token invalidation (for my use case, via option 1, using tokio) this avoids the downside of "thousands of concurrent requests may fail", and does not require the core library to take any additional dependencies this change perhaps does not remove the need to implement option 2 in this library, but it does provide an option for downstream consumers to implement token expiry as they wish (where there currently is no such option) -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org