We named this method `initialized` because it marks the context as having been initialized. The downside is that it sounds more like a getter upon casual reading, which is weird since it's `void`.
Note also that the inverse method is already called `uninitialize`. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) [ Full content available at: https://github.com/apache/kafka/pull/5672 ] This message was relayed via gitbox.apache.org for [email protected]
