lixianli1987 opened a new issue, #5576: URL: https://github.com/apache/shenyu/issues/5576
### Question  The upstream system is responsible for requesting the gateway, and the gateway simultaneously pushes (in parallel) to the downstream system. The failure of a single system's reception and processing does not affect other systems. Our idea is: a downstream system corresponds to a selector, and since the gateway is a chain of responsibility mode, it concatenates and executes various selectors. So if the previous selector (receiving system) fails to execute, it will affect the reception of other systems。 May I ask how to implement this requirement -- 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: notifications-unsubscr...@shenyu.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org