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

Kafka.Subscription.Response.V1

Synopsis

Documentation

data Subscription Source #

Kafka Init Producer ID request V4.

Instances

Instances details
Show Subscription Source # 
Instance details

Defined in Kafka.Subscription.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 Subscription 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.