Skip to content

Add mqtt-client components #71

@ERnsTL

Description

@ERnsTL
  • Maybe also useful for integration with MsgFlo
    • TODO separate step - may need an additional component "msgflo-adapter"
  • TCP-based, but can also run over Unix domain sockets or WebSockets
  • Requires TLS for security
  • transport and security should be configurable via one string -> connection URL
  • Publish-Subscribe pattern, message broker model
  • on top of that Request-Response is possible, but that is not always the use-case and then graph hacks would be necessary just to avoid "port unconnected" error
  • Decision: make it 2 separate components (publisher and subscriber)

Client:

Server for testing:

Implementation:

  • DONE add ability to select the topic to publish/subscribe to - not possible via URL it seems, but we could pack it in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions