1
0
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:
Leopold Schabel
2021-11-03 16:59:57 +01:00
parent d1e1ace318
commit 56a2ffa46b

View File

@ -17,14 +17,6 @@ import (
log "github.com/sirupsen/logrus"
)
type KafkaState struct {
FixedLengthProto bool
producer sarama.AsyncProducer
topic string
hashing bool
keying []string
}
type KafkaDriver struct {
kafkaTLS bool
kafkaSASL bool