Jose Armando Garcia Sancio created KAFKA-8385:
-------------------------------------------------
Summary: Fix leader election RPC for all partition so that only
partition that had elections are returned
Key: KAFKA-8385
URL: https://issues.apache.org/jira/browse/KAFKA-8385
Project: Kafka
Issue Type: Task
Components: core
Reporter: Jose Armando Garcia Sancio
Assignee: Jose Armando Garcia Sancio
Fix For: 2.3.0
Currently the elect leaders RPC returns all the partitions when election across
all of the partition is request even if some of the partitions already have a
leader (for unclean) or a preferred leader (for preferred).
Change this behavior so that only partitions that changed leader are returned.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)