Mat Pataki
Mat Pataki
``` grpcurl -H 'Authorization: Bearer ' ... ```
@srikrsna-buf I presume your comment is a note on how to fix this issue internally to the connect-es library. Yeah?
@srikrsna-buf following up here
Thanks for looking at this again. At present I don't have the time, unfortunately just too much going on in my world right now. But I'll get back to this...
For some more context, this is how grpcurl handles this case: ``` Response trailers received: (empty) Sent 1 request and received 1 response ERROR: Code: Internal Message: stream terminated by...
Ok! Thanks @srikrsna-buf. I'll stay posted. Please let me know if I can help at all
Hey @srikrsna-buf, curious how your initial look at this panned out? Does it seem readily solvable or should we expect to work around this issue for the foreseeable future? Just...
I'm treating any stream closure as an error, and attempting a reconnect. This allows us to recover from this case but introduces need for bespoke handling of cases where the...
Nice, this makes sense to me fwiw @srikrsna-buf 🙏 thank-you!
@srikrsna-buf checking back in on this. Anything blocking us?