mdedetrich opened a new pull request, #546: URL: https://github.com/apache/pekko-management/pull/546
Resolves: https://github.com/apache/pekko-management/issues/543 The core issue here is that getting the token is just a `lazy val` (and so are computing the headers) which means that after the first call the token is just cached indefintiely. We can explore using a cache, albeit I do think that reading from a file should be fast/cheap enough that its not necessary and I don't think these API calls are a bottleneck. Can also write a test if requested -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
