[
https://issues.apache.org/jira/browse/KAFKA-18765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-18765:
------------------------------------
Labels: needs-kip (was: )
> Custom StreamsPartitioner for auto-repartitioning
> -------------------------------------------------
>
> Key: KAFKA-18765
> URL: https://issues.apache.org/jira/browse/KAFKA-18765
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Affects Versions: 4.0.0
> Reporter: Nicholas Telford
> Priority: Minor
> Labels: needs-kip
>
> There is currently no way to configure the {{StreamsPartitioner}} used by
> auto-repartitioning when using the Kafka Streams DSL. The default
> {{StreamsPartitioner}} is always used.
> This can create a problem for users, whereby joining/aggregating with a
> stream/table that has been partitioned with a custom partitioner may not work
> as expected, if the user does not explicitly {{repartition()}} the stream
> first with the custom {{{}StreamsPartitioner{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)