package
Version:
v0.4.15
Opens a new window with list of versions in this module.
Published: Apr 29, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
TransactionalID string `kafka:"min=v0,max=v4,nullable"`
TransactionTimeoutMs int32 `kafka:"min=v0,max=v4"`
ProducerID int64 `kafka:"min=v3,max=v4"`
ProducerEpoch int16 `kafka:"min=v3,max=v4"`
}
type Response struct {
ThrottleTimeMs int32 `kafka:"min=v0,max=v4"`
ErrorCode int16 `kafka:"min=v0,max=v4"`
ProducerID int64 `kafka:"min=v0,max=v4"`
ProducerEpoch int16 `kafka:"min=v0,max=v4"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.