Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kafka ¶
type Kafka struct { PartitionBy string Partitioner sarama.Partitioner }
func (*Kafka) GetPartitionKey ¶
type Partitioner ¶
type Partitioner interface {
Partition(schema.PartitionedMetric, int32) (int32, error)
}
Click to show internal directories.
Click to hide internal directories.