Method: Kafka::Protocol::MetadataResponse#topics
- Defined in:
- lib/kafka/protocol/metadata_response.rb
#topics ⇒ Array<TopicMetadata> (readonly)
Returns the list of topics in the cluster.
70 71 72 |
# File 'lib/kafka/protocol/metadata_response.rb', line 70 def topics @topics end |