highluck edited a comment on pull request #9640:
URL: https://github.com/apache/kafka/pull/9640#issuecomment-757994337


   **AS-IS log**
   Client {clientId} per-consumer assignment:
   prev owned active {taskIds...}
   prev owned standby  {taskIds...}
   assigned active  {taskIds...}
   trevoking active  {taskIds...}
   tassigned standby  {taskIds...}
   
   **TO-BE log**
   Client {clientId} per-consumer assignment:
   taskId : {taskId} state : {state}
   taskId : {taskId} state : PREV OWNED ACTIVE
   taskId : {taskId} state : PREV OWNED STANDBY
   taskId : {taskId} state : PREV OWNED ACTIVE
   ....


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to