mirror of
https://github.com/netsampler/goflow2.git
synced 2024-05-06 15:54:52 +00:00
Remove unused KafkaState
This commit is contained in:
@ -17,14 +17,6 @@ import (
|
|||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
type KafkaState struct {
|
|
||||||
FixedLengthProto bool
|
|
||||||
producer sarama.AsyncProducer
|
|
||||||
topic string
|
|
||||||
hashing bool
|
|
||||||
keying []string
|
|
||||||
}
|
|
||||||
|
|
||||||
type KafkaDriver struct {
|
type KafkaDriver struct {
|
||||||
kafkaTLS bool
|
kafkaTLS bool
|
||||||
kafkaSASL bool
|
kafkaSASL bool
|
||||||
|
Reference in New Issue
Block a user