--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/fb20ba93-54da-4ae2-a153-c4092320519f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Does it carry on after that or is it fatal?I believe that error means that the node cannot access influx. Is your influx db on the same machine as node red or is it remote?Also what hardware and OS are you using?Colin
On 12 February 2018 at 15:27, Shashank <shashank...@gmail.com> wrote:
I am trying to write Streaming data from Kafka to Influx DB and at some point I am getting the following errorerror:{message: 'Error: Request time out',source:{id: '2abd...c91b42',type: 'influxdb out',name: 'Influx'count: 1},stack: 'Error Request timed out at ServiceNotavailableError'... Socket. emitRequestTimeout.I have tried using batcher node but this is combining the documents which is not giving the proper outcome in influxDB. How can I resolve this issue?Thx
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
It carries but after some time it throws error again. My Node red and Influx are running on different machines.
I am using Centos 7 OS with 16 GB RAM (Where my InfluxDB Server is running).