View Source
Kayrock.LeaveGroup.V1.Response
(kayrock v0.2.0)
Kayrock-generated response struct for Kafka leave_group
v1 API
messages
The schema of this API is
[throttle_time_ms: :int32, error_code: :int16]
Summary
Response struct for the Kafka leave_group
API v1
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.LeaveGroup.V1.Response{
correlation_id: integer(),
error_code: nil | integer(),
throttle_time_ms: nil | integer()
}
Response struct for the Kafka leave_group
API v1
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
See above.