How to achieve multi-tenancy in the context of Kafka and storm?

前端 未结 3 1743
我在风中等你
我在风中等你 2021-02-19 22:26

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

3条回答
  •  悲&欢浪女
    2021-02-19 23:08

    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

提交回复
热议问题