-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No data written to Kafka topic #138
Comments
interesting! can you send me the full log? |
This is the log for vFlow container. I modified the run command and added the --network option to run vFlow in the same overlay network of Confluent Kafka, but it still results in the exact same error log. |
can you try w/ docker-compose?
|
I tried with docker-compose but still the same error. I believe it is just picking the default broker for producer and not the specified configuration
|
I am testing vFlow in Docker with Confluent Kafka. Creating a test netflow v5 flow with nerdalert/nflow-generator. The topic is created in Kafka but no data is written to the topic.
I see the following error in the logs:
kafka: Failed to produce message to topic vflow.netflow5: dial tcp 127.0.0.1:9092: connect: connection refused
I am running vFlow with the command
docker run -d -p 4739:4739 -p 4729:4729 -p 6343:6343 -p 9996:9996 -e VFLOW_KAFKA_BROKERS="172.21.0.3:9092" mehrdadrad/vflow
The text was updated successfully, but these errors were encountered: