kafka-interchange-0.2.0.0: Serialization for kafka wire protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Kafka.Assignment.Response.V1

Synopsis

Documentation

data Assignment Source #

Kafka consumer protocol assignment v1.

Instances

Instances details
Show Assignment Source # 
Instance details

Defined in Kafka.Assignment.Request.V1

data Ownership Source #

Constructors

Ownership 

Fields

Instances

Instances details
Show Ownership Source # 
Instance details

Defined in Kafka.Subscription.Request.V1

decode :: Bytes -> Either Context Assignment Source #

Decode allows trailing content since we should be able to parse newer versions of subscription and discard the parts that we do not understand.