You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Neeraj Bhatt <ne...@gmail.com> on 2019/04/10 11:16:34 UTC

Partition Strategy in Kafka Stream

Hi

Which partition strategy Kafka stream uses? Can we change the partition
strategy in Kafka Stream as we can change in normal Kafka Consumer
streamsConfiguration.put(ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG,Collections.singletonList(ColombiaStrictStickyAssignor.class));
do not change the partition assignor

We want to write our custom partition assignor

Thanks