Documentation ¶
Index ¶
- Constants
- type BrokerHandler
- type Plugin
- func (p *Plugin) Boot(conf interface{}, dependencies ...interface{}) plugins.Plugin
- func (p *Plugin) Close() error
- func (p *Plugin) IsEnabled() bool
- func (p *Plugin) LoadConfig(brokers string, topic string, updateFn func(conf string) error) error
- func (p *Plugin) Name() string
- func (p *Plugin) Start() error
Constants ¶
View Source
const (
Name = "kafkaconfigurator"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerHandler ¶
type BrokerHandler struct {
// contains filtered or unexported fields
}
func NewBrokerHandler ¶
func NewBrokerHandler(l *logrus.Entry, brokers string) *BrokerHandler
func (*BrokerHandler) Close ¶
func (bh *BrokerHandler) Close() error
func (*BrokerHandler) ReadFromTopicWithContext ¶
Click to show internal directories.
Click to hide internal directories.