Skip to content

Fixed messages filtering. Allow regular expressions to be used as filters.

Bogdan Tabor requested to merge patch/ADAPT-2319 into master

CHANGES

  • fixed filtering bug: before filters set for all topics were used to filter any incoming message (incoming source topic was irrelevant)
  • added ability to provide regular expressions for message filtering
  • when no filters are set the message is passed

Also check README changes with added documentation.

Edited by Bogdan Tabor

Merge request reports