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

Reply via email to