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

[Enhancement] Plumber to relay messages between BEs #344

Open
Tang8330 opened this issue Mar 7, 2023 · 1 comment
Open

[Enhancement] Plumber to relay messages between BEs #344

Tang8330 opened this issue Mar 7, 2023 · 1 comment

Comments

@Tang8330
Copy link

Tang8330 commented Mar 7, 2023

What would you like to see added?

A clear and concise description of what you would like to see added to plumber.

Use Case

Right now, Plumber is able to read or write to and from various messaging queues. It would be amazing if Plumber can do both at the same time.

Such that we can run Plumber to do integrations like this:

  • Pub/Sub to Kafka
  • RabbitMQ to GCP Pub/Sub

Plumber would then be used to fan-in from various messaging queues to one. Thus, cutting the integration time for downstream services and opening up additional use cases.

Proposed Change

Describe the modified behavior or contrast it with existing behavior here.

Ability for Plumber to read from various messaging queues and write to a specified one.

Who Benefits from the Change(s)?

Describe the users or subset of users that could benefit from having this feature.

Downstream applications to be able to integrate with Plumber

Additional context

Add any other context about the request.

@dselans
Copy link
Contributor

dselans commented Mar 8, 2023

Thanks for submitting an issue! We've discussed exactly this sort of functionality in the past and have had several other requests for this.

We're going to brainstorm what this would look like and what it'll take to pull this off.

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

No branches or pull requests

2 participants