dajac commented on PR #15533:
URL: https://github.com/apache/kafka/pull/15533#issuecomment-2007332396

   > They are the only three optional fields, right?
   
   There are actually mandatory in full requests.
   
   > Also, my understanding is that there are cases where we don't set 
subscribedTopicNames and rebalanceTimeoutMs but do set ownedTopicPartitions. Do 
you have examples of this case?
   
   rebalanceTimeoutMs will be set once when joining because it never changes 
afterwards. subscribedTopicNames is set when joining too or when it is updated 
on the client. ownedTopicPartitions is set when joining too or when the 
ownership changes on the client. The client "acks" its owned partitions. 
Overall, in non joining request, they are all set independently.
   


-- 
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