As per our use case application publishes multitenant messages to single topic and at the subscription side, Can we use single subscription with filtering concepts of pubsub to achieve multitenancy at subscription side?
I mean to say adding attributes in the headers with tenant data while publishing and during retrieval time based on tenant data in header retrieve the message.
Any help/suggestions would be highly appreciated.