You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for topics we are handling h2 goaway in a grpc stream by handling grpc unavailable error that's returned by go grpc in this scenario. This is not ideal though ideally this should be handled at a lower level so could do something like this in golang would be more robust:
Currently for topics we are handling h2 goaway in a grpc stream by handling grpc
unavailable
error that's returned by go grpc in this scenario. This is not ideal though ideally this should be handled at a lower level so could do something like this in golang would be more robust:The text was updated successfully, but these errors were encountered: