John Roesler created KAFKA-10046:
------------------------------------
Summary: Deprecated PartitionGrouper config is ignored
Key: KAFKA-10046
URL: https://issues.apache.org/jira/browse/KAFKA-10046
Project: Kafka
Issue Type: Bug
Affects Versions: 2.6.0
Reporter: John Roesler
It looks like at some point, we accidentally broke the chain that lets the
user-provided PartitionGrouper config actually get to the Consumer-managed
StreamsPartitionAssignor. The effect is that any configured value would just be
ignored.
Investigation is needed to determine when this regression took place and
whether we should fix it or just remove the config.
See the discussion in [https://github.com/apache/kafka/pull/8716/] . The
TaskAssignorIntegrationTest in that PR can be used to verify this regression.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)