What are the best practices, for building a multi-tenant app in the context of Kafka and storm?
For example: creating topic for each tenant and consume multi-topics spo
Sometimes you may need multiple topics per application. In that case you could follow the following topic naming convention: topic_base_name_tenant_id. So for a given base topic, you will have as many topics as the number of tenants