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

Add MQTT connection pooling for the sources and sinks #380

Open
wsobel opened this issue Dec 12, 2023 · 0 comments
Open

Add MQTT connection pooling for the sources and sinks #380

wsobel opened this issue Dec 12, 2023 · 0 comments
Labels

Comments

@wsobel
Copy link
Member

wsobel commented Dec 12, 2023

Currently we create a new connection per source and sink. It would be more efficient to reuse the connection if they are connecting to the same broker. The common client can be pooled and then selected based on the broker connection information.

This will reduce the number of connections required. The message will need to be multiplexed back their owners.

@wsobel wsobel added the feature label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant