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

Kafka.Produce.Request.V9

Synopsis

Documentation

data Topic Source #

Constructors

Topic 

Fields

data Partition Source #

Constructors

Partition 

Fields

Request Construction

singleton Source #

Arguments

:: Acknowledgments

Acknowledgements

-> Int32

Timeout milliseconds

-> Text

Topic name

-> Int32

Partition index

-> RecordBatch

Records

-> Request 

Create a request for producing to a single partition of a single topic. Transactions are not used.