You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TopicOperatorUtil class has a bunch of methods that really just forward the call to another classes. For example createKafkaAdminClient or createCruiseControlClient. We should aim to remove them and make the call directly simialrly to how it was done in #10901 to the Kubernetes Client method.
The
TopicOperatorUtil
class has a bunch of methods that really just forward the call to another classes. For examplecreateKafkaAdminClient
orcreateCruiseControlClient
. We should aim to remove them and make the call directly simialrly to how it was done in #10901 to the Kubernetes Client method.This issue is based on the this discussion: #10901 (comment) with @fvaleri.
The text was updated successfully, but these errors were encountered: