package
Version:
v0.0.0-...-d80f745
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Discovery struct {
Hosts []string `json:"hosts"`
Key string `json:"key"`
}
type KfkConf struct {
Brokers []string `json:"brokers"`
Topic string `json:"topic"`
ConsumeGroup string `json:"consume_group"`
NumConsumers int `json:"num_consumers"`
Offset string `json:"offset"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.