Documentation
¶
Index ¶
- func BootstrapServers() string
- func ConfigurationFile() string
- func GraylogServer() string
- func GroupID() string
- func HistoryTopic() string
- func LogLevel() log.Level
- func MetricsAddr() string
- func ScheduleGraceInterval() int
- func SchedulesTopics() []string
- func ServerAddr() string
- func SessionTimeout() int
- func SinceDelta() int
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BootstrapServers ¶
func BootstrapServers() string
func ConfigurationFile ¶
func ConfigurationFile() string
func GraylogServer ¶
func GraylogServer() string
func HistoryTopic ¶
func HistoryTopic() string
func MetricsAddr ¶
func MetricsAddr() string
func ScheduleGraceInterval ¶
func ScheduleGraceInterval() int
func SchedulesTopics ¶
func SchedulesTopics() []string
func ServerAddr ¶
func ServerAddr() string
func SessionTimeout ¶
func SessionTimeout() int
func SinceDelta ¶
func SinceDelta() int
Types ¶
type File ¶
type File struct { KafkaCommonConfiguration confluent.ConfigMap `yaml:"kafka.common.configuration,omitempty"` KafkaProducerConfiguration confluent.ConfigMap `yaml:"kafka.producer.configuration,omitempty"` KafkaConsumerConfiguration confluent.ConfigMap `yaml:"kafka.consumer.configuration,omitempty"` }
func (*File) GenerateConsumerConfiguration ¶
func (*File) GenerateProducerConfiguration ¶
Click to show internal directories.
Click to hide internal directories.