its something with resets + streaming + gRPC node lib
t
Toi
06/27/2025, 1:50 AM
I see. I've been digging these issues and it seems that the only known workarounds are downgrading grpc-node to v1.7.3 (which would require me to fork the authzed node cliet), or disabling retries...
y
yetitwo
06/27/2025, 3:35 AM
yeah, that's also what we've seen :/
t
Toi
06/27/2025, 2:00 PM
How bad would you say it is to disable the client retries?
y
yetitwo
06/27/2025, 2:23 PM
not that bad, especially if you write some application-level logic to retry on those errors
t
Toi
06/27/2025, 3:08 PM
I tried setting
{ 'grpc.enable_retries': 0 }
on the client sdk, but the error still kept happening