Kafunk


FetchResponse

Namespace: Kafunk
Parent Module: Protocol

Record Fields

Record FieldDescription
throttleTime
Signature: ThrottleTime
topics
Signature: (TopicName * (Partition * ErrorCode * HighwaterMarkOffset * LastStableOffset * LogStartOffset * AbortedTransaction [] * MessageSetSize * MessageSet) []) []

Constructors

ConstructorDescription
new(tt, topics)
Signature: (tt:ThrottleTime * topics:(TopicName * (Partition * ErrorCode * HighwaterMarkOffset * LastStableOffset * LogStartOffset * AbortedTransaction [] * MessageSetSize * MessageSet) []) []) -> FetchResponse

CompiledName: .ctor

Fork me on GitHub