Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Kafka ¶
type Kafka struct { Name string Format string // example: jsonl, gob Endpoints []string // example: localhost:9092 Topic string // example: test Partition int Offset int64 SSL bool CAPath string ClientCert string ClientKey string Timeout time.Duration }
Kafka provides the main Kafka struct and functionality
Click to show internal directories.
Click to hide internal directories.