Re: Is AdminClient of Kafka thread-safe?

2020-10-29 Thread Colin McCabe
Yes, KafkaAdminClient is thread-safe. best, Colin On Wed, Oct 7, 2020, at 12:38, Efe Gencer wrote: > Hi All, > > Other than a Stack Overflow comment (see > https://stackoverflow.com/a/61738065) by Colin Patrick McCabe (CC'd), > there is no source that verifies the thread-safety of

Is AdminClient of Kafka thread-safe?

2020-10-07 Thread Efe Gencer
Hi All, Other than a Stack Overflow comment (see https://stackoverflow.com/a/61738065) by Colin Patrick McCabe (CC'd), there is no source that verifies the thread-safety of KafkaAdminClient. * In particular, JavaDocs of KafkaAdminClient class and Admin interface have no discussion on