We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9e92d commit b24d486Copy full SHA for b24d486
lib/kafka/protocol/metadata_response.rb
@@ -34,7 +34,7 @@ module Protocol
34
#
35
class MetadataResponse
36
class PartitionMetadata
37
- attr_reader :partition_id, :leader
+ attr_reader :partition_id, :leader, :replicas
38
39
attr_reader :partition_error_code
40
0 commit comments