Description
Follow up for https://github.com/apache/kafka/pull/17244.
We only check unsubscribe can succeed, but this call may run too fast, so there may not have further ErrorEvent. We may check new metric background-event-queue-size to make sure there is new ErrorEvent and unsubscribe can ignore it.