Documentation ¶
Index ¶
Constants ¶
View Source
const KAFKA_OB_TYPE = "kafka"
View Source
const KAFKA_SASL_TYPE_NONE = "none"
View Source
const KAFKA_SASL_TYPE_PLAIN = "plain"
View Source
const KAFKA_SASL_TYPE_SCRAM = "scram"
View Source
const KAFKA_SINK_TYPE = "kafka"
Variables ¶
This section is empty.
Functions ¶
func NewKafkaObserver ¶
Types ¶
type KafkaObserver ¶
type KafkaObserver struct {
// contains filtered or unexported fields
}
func (*KafkaObserver) Observe ¶
func (o *KafkaObserver) Observe() error
func (*KafkaObserver) Stop ¶
func (o *KafkaObserver) Stop()
func (*KafkaObserver) Wait ¶
func (o *KafkaObserver) Wait()
type KafkaResult ¶
type KafkaResult map[string]interface{}
Click to show internal directories.
Click to hide internal directories.