google-api-java-client icon indicating copy to clipboard operation
google-api-java-client copied to clipboard

Refactor Blocking I/O in MtlsUtils

Open blakeli0 opened this issue 2 years ago • 0 comments

There is a the Boq violation for MtlsUtils regarding blocking I/O when we try to migrate this repo to google3. Even though it is not required to not having blocking I/O on Github and the code looks reasonable, we also try to avoid process spawning and blocking I/O. Per @TimurSadykov, this code path also has a narrow use case so it may not be worth it to refactor it. Assigning to @TimurSadykov for further triaging and prioritizing.

blakeli0 avatar Apr 25 '23 16:04 blakeli0