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 (JIRA)" <ji...@apache.org> on 2019/04/10 13:15:00 UTC

[jira] [Created] (KAFKA-8207) StickyPartitionAssignor for KStream

neeraj created KAFKA-8207:
-----------------------------

             Summary: StickyPartitionAssignor for KStream
                 Key: KAFKA-8207
                 URL: https://issues.apache.org/jira/browse/KAFKA-8207
             Project: Kafka
          Issue Type: Improvement
          Components: streams
    Affects Versions: 2.0.0
            Reporter: neeraj


In KStreams I am not able to give a sticky partition assignor or my custom partition assignor.

Overriding the property while building stream does not work

streams props.put(ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG, CustomAssignor.class.getName());

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)