Kafka\MetaDataFromKafka::refreshMetadata PHP Method

refreshMetadata() public method

Clear internal caches
public refreshMetadata ( ) : null
return null
    public function refreshMetadata()
    {
        $this->brokers = array();
        $this->topics = array();
    }