Kafunk


OffsetFetchResponse

Namespace: Kafunk
Parent Module: Protocol

Record Fields

Record FieldDescription
errorCode
Signature: ErrorCode
throttleTime
Signature: ThrottleTime
topics
Signature: (TopicName * (Partition * Offset * Meta * ErrorCode) []) []

Constructors

ConstructorDescription
new(topics, errorCode, throttleTime)
Signature: (topics:(TopicName * (Partition * Offset * Meta * ErrorCode) []) [] * errorCode:ErrorCode * throttleTime:ThrottleTime) -> OffsetFetchResponse

CompiledName: .ctor

Fork me on GitHub