Member since
10-23-2018
1
Post
0
Kudos Received
0
Solutions
10-23-2018
10:31 AM
I am able to connect to kafka manually through terminal providing details like topic, seed broker and schema url. But when I try to run automation and use ruby-kafka gem to connect with exactly same details I get the following error: Failed to find coordinator (Kafka::Error)
./features/lib/uevents/kafka_consumer.rb:33:in `block in initialize'
... View more