Andrew Schofield created KAFKA-17914: ----------------------------------------
Summary: Refactor ShareCoordinator.partitionFor to use SharePartitionKey argument Key: KAFKA-17914 URL: https://issues.apache.org/jira/browse/KAFKA-17914 Project: Kafka Issue Type: Sub-task Reporter: Andrew Schofield Assignee: Sushant Mahajan ShareCoordinator.partitionFor(String) has a string argument. We know that actually the string is derived from SharePartitionKey, and actually that has a tighter definition than just a plain String. This task is to refactor the method to take a SharePartitionKey argument to remove the opportunity for bugs based on inconsistent string representations. -- This message was sent by Atlassian Jira (v8.20.10#820010)