Re: Please help with Flink + InfluxDB

2025-01-30 Thread Siva Krishna
Yes Nix. I can confirm that I am able to connect to InfluxDB from Flink(taskmanager). URL="http://influxdb:8086"; And also, I tried with below from inside Flink(taskmanager) container and that also worked. curl influxdb:8086 Siva. On Thu, Jan 30, 2025 at 4:50 PM Nikola Milutinovic wro

Re: Please help with Flink + InfluxDB

2025-01-30 Thread Siva Krishna
r InfluxDB). Maybe I need to correct my volumes paths or something? Warm regards, Siva Rama Krishna. On Thu, Jan 30, 2025 at 2:05 PM Nikola Milutinovic wrote: > > Hi Siva. > > > > What is the InfluxDB URL you are using? I assume it is something like > “influxdb://influxdb:80

Please help with Flink + InfluxDB

2025-01-29 Thread Siva Krishna
Hi, I am trying to create a data streaming pipeline for real-time analytics. Kafka -> Flink -> InfluDB -> Visualize I am facing an issue writing the data to InfluxDB. I can see logs in 'taskmanager' after submitting the Job. But, the data is not being written to InfluxDB for some reason. Please h

Re: Flink Streaming API

2016-08-01 Thread Siva
Hi Till, Thanks for your response. I m able to use flink-connector-kafka-0.9-2_11 with Kafka v10 to produce and consume messages. Thanks, Sivakumar Bhavanari. On Mon, Aug 1, 2016 at 6:41 AM, Till Rohrmann wrote: > Hi Siva, > > in version 1.0.0 we’ve added the Scala binary version

Flink Streaming API

2016-08-01 Thread Siva
advance. Thanks Siva