class Kafka::Protocol::FetchResponse

def initialize(topics: [], throttle_time_ms: 0)

def initialize(topics: [], throttle_time_ms: 0)
  @topics = topics
  @throttle_time_ms = throttle_time_ms
end