fetching an empty topic doesn't work

This commit is contained in:
Ben Osheroff 2015-05-19 13:44:57 -07:00
parent 326b428b34
commit 314ea3d8f8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module Hermann
# :topics => {"testtopic"=>[{:id=>0, :leader_id=>3, :replica_ids=>[3, 1], :isr_ids=>[3, 1]}}}
#
def brokers
brokers_from_metadata(@internal.metadata("", TIMEOUT_MS))
brokers_from_metadata(@internal.metadata(nil, TIMEOUT_MS))
end
def topics(filter_topics = nil)