azcore: idempotent operations that return an io.ReadCloser should have reliable reading #19755
Labels
Azure.Core
CodeGen
Issues that relate to code generation
design-discussion
An area of design currently under discussion and open to team and community feedback.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Right now we simply expose the
io.ReadCloser
from the HTTP response body. If reading transiently fails, there is no retry. We should wrap the response in a retriable reader if the operation is idempotent. We can still expose it as anio.ReadCloser
.This requires codegen changes and possible supporting machinery in
azcore
.The text was updated successfully, but these errors were encountered: