package
Version:
v0.4.10
Opens a new window with list of versions in this module.
Published: Feb 19, 2021
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 {
TopicNames []string `kafka:"min=v0,max=v3"`
TimeoutMs int32 `kafka:"min=v0,max=v3"`
}
type Response struct {
ThrottleTimeMs int32 `kafka:"min=v1,max=v3"`
Responses []ResponseTopic `kafka:"min=v0,max=v3"`
}
type ResponseTopic struct {
Name string `kafka:"min=v0,max=v3"`
ErrorCode int16 `kafka:"min=v0,max=v3"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.