Kafunk


OffsetCommitResponse

Namespace: Kafunk
Parent Module: Protocol

Record Fields

Record FieldDescription
throttleTimeMs
Signature: ThrottleTime
topics
Signature: (TopicName * (Partition * ErrorCode) []) []

Constructors

ConstructorDescription
new(throttleTime, topics)
Signature: (throttleTime:ThrottleTime * topics:(TopicName * (Partition * ErrorCode) []) []) -> OffsetCommitResponse

CompiledName: .ctor

new(topics)
Signature: (topics:(TopicName * (Partition * ErrorCode) []) []) -> OffsetCommitResponse

CompiledName: .ctor

Fork me on GitHub