Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Log at info level when pending member joins a group (#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. Reviewers: David Jacot <[email protected]>
- Loading branch information