Skip to content

python/iqm: add configurable message types to subscribe to #457

@ymorin-orange

Description

@ymorin-orange

What:

Currently, the IQM subscribes to a wildcard topic (<ROOT>/#), which means it gets all the types of messages that are emitted on there: CAMs, DENMs, CPMs, etc...

However, some messages, like CAMs, are very high-bandwidth, and the IQM can't cope; instead, those messages can be handled by other means, like an MQTT bridge-to-self with topic rewriting.

We need a way to tell the IWM to restrict its subscriptions to a subset of the message types:

  • configurable with a new config knob?
  • can it be handled with existing filters on inqueue?

Metadata

Metadata

Assignees

Labels

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions