Dev focused conversations, questions and discussions around PRs, etc should happen here.
flogo-oss on gh-pages
Deploy TIBCOSoftware/flogo to g… (compare)
paho.mqtt.golang
library (which flogo trigger uses to connect to mqtt) version v1.2.0 . However we were able to read using v1.1.1 . I would suggest creating a sample Go program and test out which version is able to connect and read .
Hi All,
Hope you are doing good!
I've been trying to send a kafka message via "Publish Kafka message" activity. But it errors out saying the below
"Kafkapub failed to create a SyncProducer. Check any TLS or SASL parameters carefully. Reason given: [kafka: client has run out of available brokers to talk to (Is your cluster reachable?)]"
NOTE: zookeeper(3.4.14) & kafka(2.12-2.2.0) broker are running in localhost in its default ports. Topic is also created. Basic producer-consumer test works with kafka-console-producer.bat & kafka-console-consumer.bat
Any pointers? Thanks!
Hi All,
Hope you are doing good!
I've been trying to send a kafka message via "Publish Kafka message" activity. But it errors out saying the below"Kafkapub failed to create a SyncProducer. Check any TLS or SASL parameters carefully. Reason given: [kafka: client has run out of available brokers to talk to (Is your cluster reachable?)]"
NOTE: zookeeper(3.4.14) & kafka(2.12-2.2.0) broker are running in localhost in its default ports. Topic is also created. Basic producer-consumer test works with kafka-console-producer.bat & kafka-console-consumer.bat
Any pointers? Thanks!
There seems to be some compatibility issues while using sarama cluster(Shopify/sarama#941)