-
Notifications
You must be signed in to change notification settings - Fork 1.1k
INT-3538: Document Scatter-Gather #1307
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
Conversation
JIRA: https://jira.spring.io/browse/INT-3538 Phase spring-projects#1: `Scatter-Gather`
I suggest you do this as 3 separate PRs. |
Polish here: garyrussell@5126489 |
<callout arearefs="sg10" id="sg10-txt"> | ||
<para>Allows you to specify how long the Scatter-Gather will wait for the reply message | ||
before returning. By default it will wait indefinitely. 'null' is returned | ||
if the gateway times out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a requries-reply
.
Pushed |
@@ -5,22 +5,235 @@ | |||
<section id="scatter-gather-introduction"> | |||
<title>Introduction</title> | |||
<para> | |||
TBD | |||
Starting with <emphasis>version 4.1</emphasis>, Spring Integration provides an implementation | |||
of the <ulink url="http://www.eaipatterns.com/BroadcastAggregate.html/">Scatter-Gather</ulink> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind removing the trailing on merge? The EIP site gets deal with simple HTMLs 😄 , hence "Resource not found"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Rebased; final polish here: garyrussell@9505e14 |
Merged as af19bbf |
JIRA: https://jira.spring.io/browse/INT-3538