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

Adds pipeline package #20

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Adds pipeline package #20

merged 1 commit into from
Nov 5, 2021

Conversation

rjfonseca
Copy link
Member

This commit adds a new package that provides a Pipeline.

A Pipeline uses go-duck to receive messages and must be configured with
an endpoint and a sink. It will pass the message as an endpoint request
and send the endpoint response to the sink.

This commit adds a new package that provides a Pipeline.

A Pipeline uses go-duck to receive messages and must be configured with
an endpoint and a sink. It will pass the message as an endpoint request
and send the endpoint response to the sink.
@rjfonseca rjfonseca merged commit 8be9750 into master Nov 5, 2021
@rjfonseca rjfonseca deleted the feature/pipeline branch November 5, 2021 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants