Hello,Guys.I try to use <lineage_emitter_kafka.py>...
# getting-started
a
Hello,Guys.I try to use lineage_emitter_kafka.py - emits simple dataset-to-dataset lineage via Kafka as MetadataChangeEvent.But it threw the following exceptions: %3|1664353555.956|FAIL|rdkafka#producer-1| [thrdlocalhost9092/1]: localhost9092/1 Connect to ipv6#[:1]9092 failed: Connection refused (after 0ms in state CONNECT) %3|1664353556.239|FAIL|rdkafka#producer-1| [thrdlocalhost9092/1]: localhost9092/1 Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT) %3|1664353556.660|FAIL|rdkafka#producer-1| [thrdlocalhost9092/1]: localhost9092/1 Connect to ipv6#[:1]9092 failed: Connection refused (after 0ms in state CONNECT) %3|1664353558.394|FAIL|rdkafka#producer-1| [thrdlocalhost9092/1]: localhost9092/1 Connect to ipv6#[:1]9092 failed: Connection refused (after 0ms in state CONNECT, 1 identical error(s) suppressed)
I have successfully set the bootstrap parameter.
cli and gms version 0.8.45
d
great, what was the issue?
a
Sorry,I have found the problem that the data cannot be emitted to kafka due to network reasons. @dazzling-judge-80093