Discover Packages
github.com/segmentio/kafka-go
protocol
describeclientquotas
package
Version:
v0.4.47
Opens a new window with list of versions in this module.
Published: Dec 13, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Component struct {
EntityType string `kafka:"min=v0,max=v1"`
MatchType int8 `kafka:"min=v0,max=v1"`
Match string `kafka:"min=v0,max=v1,nullable"`
}
type Entity struct {
EntityType string `kafka:"min=v0,max=v0|min=v1,max=v1,compact"`
EntityName string `kafka:"min=v0,max=v0,nullable|min=v1,max=v1,nullable,compact"`
}
type Request struct {
Components []Component `kafka:"min=v0,max=v1"`
Strict bool `kafka:"min=v0,max=v1"`
}
type Response struct {
ThrottleTimeMs int32 `kafka:"min=v0,max=v1"`
ErrorCode int16 `kafka:"min=v0,max=v1"`
ErrorMessage string `kafka:"min=v0,max=v0,nullable|min=v1,max=v1,nullable,compact"`
Entries []ResponseQuotas `kafka:"min=v0,max=v1"`
}
type ResponseQuotas struct {
Entities []Entity `kafka:"min=v0,max=v1"`
Values []Value `kafka:"min=v0,max=v1"`
}
type Value struct {
Key string `kafka:"min=v0,max=v0|min=v1,max=v1,compact"`
Value float64 `kafka:"min=v0,max=v1"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.