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

Kafka.Message.Request.V2

Synopsis

Documentation

data Request Source #

A Kafka request. This data type does not enforce the agreement of the apiKey and the serialized body. That resposibility is left to the user.

Constructors

Request 

Fields

data Header Source #

Constructors

Header 

Instances

Instances details
Show Header Source # 
Instance details

Defined in Kafka.Message.Request.V2