Re: Please help with Flink + InfluxDB

2025-01-30 Thread Siva Krishna
e name as a > host, because that is how Docker Compose works. It is a common mistake to > target “localhost”, which stays inside the container. > > > > Nix. > > > > From: Siva Krishna > Date: Thursday, January 30, 2025 at 11:07 AM > To: Nikola Milutinovi

Re: Please help with Flink + InfluxDB

2025-01-30 Thread Siva Krishna
86/…”. If it is “localhost:8086…” that would be a > problem. > > > > Do you see a connection on InfluxDB? Anything in the logs? Anything in the > logs of Job Mnager? > > > > Nix, > > > > From: Siva Krishna > Date: Thursday, January 30, 2025 at 5:12 

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