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

Group endpoint support for call and callout Mediators in blocking mode #1953

Open
abeykoon opened this issue Mar 9, 2018 · 0 comments
Open

Comments

@abeykoon
Copy link
Contributor

abeykoon commented Mar 9, 2018

Description:

Currently call mediator in blocking mode does not support group endpoints. Namely, group endpoints are

  1. Failover EP
  2. Loadbalance EP
  3. Recipient list EP

Here we need to do the calling in the same thread. As Recipient list EP sends clones of the message to all the leaf endpoints specified, it is bit complicated. Hence considering the usecases it is enough to implement the feature for Failover and Loadbalance EPs.

Affected Product Version:

EI 6.1.1

OS, DB, other environment details and versions:

Java 8

Steps to reproduce:

N/A

Related Issues:
Related PR:
https://github.com/wso2/wso2-synapse/pull/836/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants