View Source KafkaEx.Messages.Heartbeat (kafka_ex v1.0.0-rc.1)

This module represents Heartbeat response from Kafka.

Summary

Functions

Builds a Heartbeat struct from response data.

Types

@type t() :: %KafkaEx.Messages.Heartbeat{throttle_time_ms: nil | non_neg_integer()}

Functions

@spec build(Keyword.t()) :: t()

Builds a Heartbeat struct from response data.