All,
I am sorry since this question might be for Spring webflux community but since I was not getting any answer on spring I though of asking it here.I want to use spring webflux(which supports reactive programming) with influxDB, does influxDB plans to support it.
Thanks,
Anurag
What do you plan to do? Can you give an example?
I don’t know anything about Spring webflux. From what I can see, it’s programmed in Java. If you can write java code, you can use the java client.
If you can execute javascript, you can execute http Posts to the influxdb write endpoint API from javascript.
Hi ,
Thanks for your reply. Spring webflux provides support for reactive programming, I want to create APIs which read from InfluxDB and streams the query results to the caller.
Thanks,
Anurag