You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by aruna ramachandran <ar...@gmail.com> on 2019/01/08 10:36:32 UTC

Dynamic Partitions

My requirement is to process notification messages in parallel.So I have an
idea to pick Kafka as a messaging system.But I need dynamic partitioning to
handle individual user notification messages.Is it possible to create
dynamic partition creation for a particular topic.