Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionType ¶
type ConnectionType string
ConnectionType based on this type of Connection and related forks happen
const ( //KafkaHTTP key to define kafka to generic http sink KafkaHTTP ConnectionType = "kafka_http" //KafkaFoxtrot key to define kafka to foxtrot http sink KafkaFoxtrot ConnectionType = "kafka_foxtrot" //PulsarHTTP key to define pulsar to generic http sink PulsarHTTP ConnectionType = "pulsar_http" )
func (ConnectionType) Start ¶
func (c ConnectionType) Start(conf interface{}, enableDebug bool, sidelineImpl interface{})
Start invokes Run of the respective connection in a go routine
type DMuxConfigSetting ¶
type DMuxConfigSetting struct {
FilePath string
}
DMuxConfigSetting dumx obj
func (DMuxConfigSetting) GetDmuxConf ¶
func (s DMuxConfigSetting) GetDmuxConf() DmuxConf
GetDmuxConf parses Config file and return DmuxConf
Click to show internal directories.
Click to hide internal directories.