Is it possible to create a kafka topic with dynamic partition count?
问题 I am using kafka to stream the events of page visits by the website users to an analytics service. Each event will contain the following details for the consumer: user id IP address of the user I need very high throughput, so I decided to partition the topic with partition key as userId-ipAddress ie For a userId 1000 and ip address 10.0.0.1, the event will have partition key as "1000-10.0.0.1" In this use case the partition key is dynamic, so specifying the number of partitions upfront while