[ https://issues.apache.org/jira/browse/KAFKA-19659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Schofield resolved KAFKA-19659. -------------------------------------- Resolution: Fixed > Wrong generic type for UnregisterBrokerOptions > ---------------------------------------------- > > Key: KAFKA-19659 > URL: https://issues.apache.org/jira/browse/KAFKA-19659 > Project: Kafka > Issue Type: Bug > Reporter: Luke Chen > Assignee: Kuan Po Tseng > Priority: Major > > This UnregisterBrokerOptions extends from the UpdateFeaturesOptions, which is > obviously wrong. > [https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/UnregisterBrokerOptions.java#L23] > > And that's why in KafkaAdminClientTest.java, we set timeout via > `options.timeoutMs = 10;`. We should set it via timeoutMs(int) method > gracefully like other tests. -- This message was sent by Atlassian Jira (v8.20.10#820010)