squah-confluent opened a new pull request, #17495:
URL: https://github.com/apache/kafka/pull/17495

   When a dynamic member joins a group, it sends two JOIN_GROUP requests.
   The first request doesn't have a member id and returns
   MEMBER_ID_REQUIRED with a broker-generated member id. The second request
   includes the broker-generated member id and joins the group for real.
       
   We emit a log message at info level for the first join request, but not
   the second. Log the second join request at info level too.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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