kafka_protocol
v4.1.7
Pages
Modules
Search documentation of kafka_protocol
Settings
View Source
kpro_rsp_lib
(kafka_protocol v4.1.7)
Summary
Functions
dec_struct(Schema, Fields, Stack, Bin)
Decode struct.
decode(API, Vsn, Body0, Ref)
Decode message body binary (without the leading 4-byte correlation ID).
Functions
Link to this function
dec_struct(Schema, Fields, Stack, Bin)
View Source
Decode struct.
Link to this function
decode(API, Vsn, Body0, Ref)
View Source
-spec
decode(
kpro:api
(),
kpro:vsn
(),
binary
(), false |
reference
()) ->
kpro:rsp
().
Decode message body binary (without the leading 4-byte correlation ID).