michaeljmarshall commented on issue #13923: URL: https://github.com/apache/pulsar/issues/13923#issuecomment-1403937574
Is the issue how we handle the upstream broker closing the channel? https://github.com/apache/pulsar/blob/d6fcdb8e1e192e0d9e2fbe6307d273b27ed2930f/pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/DirectProxyHandler.java#L485-L487 I don't yet know the lifecycle for the `ProxyConnection` when the upstream broker closes the connection, but it seems like we should implement these methods so that the proxy responds with a retry-able failure when it gets commands that were intended for the upstream broker. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
