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
Will never be null in the admin variable. It's not possible for a constructor to return null, and even if an exception would be thrown from the constructor, the next line won't be called.
https://github.com/xaecbd/KafkaCenter/blob/30e980fdae80de0be65a855786d8263e4b9ab7eb/KafkaCenter-Core/src/main/java/org/nesc/ec/bigdata/service/KafkaAdminService.java#L76
Probably this conditions always evaluate to true
The text was updated successfully, but these errors were encountered: