thingsboard / tbmq

Open-source, scalable, and fault-tolerant MQTT broker able to handle 4M+ concurrent client connections, supporting at least 3M messages per second throughput per single cluster node with low latency delivery. The cluster mode supports more than 100M concurrently connected clients.
https://thingsboard.io/products/mqtt-broker/
Apache License 2.0
572 stars 46 forks source link

[Feature Request] Advanced client session filtering #75

Closed dmytro-landiak closed 11 months ago

dmytro-landiak commented 11 months ago

Is your feature request related to a problem? Please describe.

It would be nice to have advanced filtering of client sessions. Currently, it is only possible to search by clientId and sort by other fields.

For example, filter by Connected Status / Client Type / Node ID, etc.

The query - give me pls all client sessions with type APPLICATION, that are connected and located on the tbmq1 node.