package
Version:
v0.4.45
Opens a new window with list of versions in this module.
Published: Oct 30, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Key string `kafka:"min=v0,max=v2"`
KeyType int8 `kafka:"min=v1,max=v2"`
}
type Response struct {
ThrottleTimeMs int32 `kafka:"min=v1,max=v2"`
ErrorCode int16 `kafka:"min=v0,max=v2"`
ErrorMessage string `kafka:"min=v1,max=v2,nullable"`
NodeID int32 `kafka:"min=v0,max=v2"`
Host string `kafka:"min=v0,max=v2"`
Port int32 `kafka:"min=v0,max=v2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.