Skip to content
Discussion options

You must be logged in to vote

The correct env var for broker is INGEST_KAFKA_BROKER (but we might change it to KAFKA_BROKER pretty soon, as the INGEST_ prefix is due to kafka being only used for ingested events in some of the early versions).

The full list of config options is available here:

type KafkaConfiguration struct {
Broker string
SecurityProtocol string
SaslMechanisms string
SaslUsername string
SaslPassword string
StatsInterval pkgkafka.TimeDurationMilliSeconds
// BrokerAddressFamily defines the IP address family to be used for network communication with Kafka cluster
BrokerAddressFamily pkgk…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@mkschreder
Comment options

@mkschreder
Comment options

Answer selected by mkschreder
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants