Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Name string Brokers []string // 服务器列表 SASL struct { Enable bool // 是否启用加密信息,没有密码的服务器不要设置为true,即使不填user和pass也连不上 User string Password string } GroupId string // 消费组 Topics []string // topic Version string // 驱动应该用什么版本的api与服务器对话,最好和服务器版本保持一致以避免怪问题 Debug bool }
kafka 类型订阅点附加配置
type Subscriber ¶
订阅器接口定义
Click to show internal directories.
Click to hide internal directories.