Philip Nee created KAFKA-15697: ---------------------------------- Summary: Add local assignor and ensure it cannot be used with server side assignor Key: KAFKA-15697 URL: https://issues.apache.org/jira/browse/KAFKA-15697 Project: Kafka Issue Type: Bug Components: consumer Reporter: Philip Nee
When we start supporting local/client-side assignor, we should: # Add the config to ConsumerConfig # Examine where should we implement to logic to ensure it is not used along side with the server side assignor, i.e. you can only specify local or remote assignor, or non. ## If both assignors are specified: Throw illegalArgumentException -- This message was sent by Atlassian Jira (v8.20.10#820010)