package
0.0.0-20230209124253-5cfe7a909806
Repository: https://github.com/obgnail/mysql-river.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Broker 实现了 river.Handler 中的核心函数 OnEvent, 添加了校验, offset自动存储功能。 其余 String()、OnAlert()、OnClose() 函数委托给 BrokerHandler 实现。 Broker example: broker, err := New(brokerConfig) broker.SetHandler(...) go broker.Consume(func(msg *sarama.ConsumerMessage) error { // consume your event }) err := broker.Pipe(river.River, river.FromFile).
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author