class Kafka::Broker

def connection

def connection
  @connection ||= @connection_builder.build_connection(@host, @port)
end