View Source Kayrock.FindCoordinator.V1.Response (kayrock v0.2.0)
Kayrock-generated response struct for Kafka find_coordinator
v1 API
messages
The schema of this API is
[
throttle_time_ms: :int32,
error_code: :int16,
error_message: :nullable_string,
coordinator: [node_id: :int32, host: :string, port: :int32]
]
Summary
Functions
Returns the Kafka API key for this API
Returns the API version (1) implemented by this module
Deserialize data for this version of this API
Returns the schema of this message
Types
@type t() :: %Kayrock.FindCoordinator.V1.Response{ coordinator: %{ node_id: nil | integer(), host: nil | binary(), port: nil | integer() }, correlation_id: integer(), error_code: nil | integer(), error_message: nil | binary(), throttle_time_ms: nil | integer() }
Response struct for the Kafka find_coordinator
API v1