Documentation
¶
Index ¶
Constants ¶
View Source
const AppName = "kafka"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ioc.ObjectImpl Username string `json:"username" yaml:"username"` Password string `json:"password" yaml:"password"` Brokers []string `json:"brokers" yaml:"brokers"` Async bool `json:"async" yaml:"async"` BatchTimeout int `json:"batchTimeout" yaml:"batchTimeout"` Offset int64 `json:"offset" yaml:"offset"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.