Documentation ¶
Index ¶
Constants ¶
View Source
const MAX_EARLIEST int64 = 100
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaClient ¶
func NewKafkaClient ¶
func NewKafkaClient(options Options) KafkaClient
func (*KafkaClient) ConsumerPull ¶
func (client *KafkaClient) ConsumerPull() (KafkaMessage, kafka.Event)
func (*KafkaClient) Dispose ¶
func (client *KafkaClient) Dispose()
func (KafkaClient) HealthCheck ¶
func (client KafkaClient) HealthCheck() error
func (*KafkaClient) TopicAssign ¶
func (client *KafkaClient) TopicAssign(topic string, partition int32, autoOffsetReset string, timestampMode string)
type KafkaMessage ¶
Click to show internal directories.
Click to hide internal directories.