Hi, I'm implementing a custom `org.apache.kafka.common.security.auth.KafkaPrincipalBuilder` that have state. Should I ensure thread safety of the class (more precisely, of `build` method)? Its thread safety requirements aren't documented, but from the code I can say it's always called in a single `Processor` thread. Thank you.
Best wishes, Ivan