philipnee opened a new pull request, #14642:
URL: https://github.com/apache/kafka/pull/14642

   
   Protocol Name | Type | Default | Description
   -- | -- | -- | --
   group.protocol | enum | generic | A flag which indicates if the new protocol 
should be used or not. It could be: generic or consumer
   group.remote.assignor | string | null | The server side assignor to use. It 
cannot be used in conjunction with group.local.assignor. null means that the 
choice of the assignor is left to the group coordinator.
   group.local.assignors | list | empty | The list of client side (local) 
assignors as a list of full class names. It cannot be used in conjunction with 
group.remote.assignor.
   
   Three new configurations were added.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to