-
Notifications
You must be signed in to change notification settings - Fork 126
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
Make the elastic sink a linked transport. #715
Conversation
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.
Looks good :D nice work on adding the errors!
998e680
to
e6b34fc
Compare
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.
LGTM 👍 great work!
659b946
to
c34b4ee
Compare
Sending error reponses via err port, success responses via out port. Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
30ab2ee
to
cc28dc2
Compare
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
7acb53c
to
fdf1e3b
Compare
…ed explicitly. Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
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.
👍 woooh!
Sending error reponses via err port, success responses via out port.
Pull request
Description
Changes the
elastic
sink to be a linked transport. When configured withlinked: true
, it will send error events down theerr
port and success events down theout
port.Related
Checklist