Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gateway distributes multiple systems simultaneously #5576

Open
lixianli1987 opened this issue Jun 3, 2024 · 0 comments
Open

gateway distributes multiple systems simultaneously #5576

lixianli1987 opened this issue Jun 3, 2024 · 0 comments
Labels
type: question Further information is requested

Comments

@lixianli1987
Copy link

Question

006de8e9e9e7639b2811b02d43347e03
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

@lixianli1987 lixianli1987 added the type: question Further information is requested label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant