Skip to content

Add MQTT connection pooling for the sources and sinks #380

Description

@wsobel

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions