We are trying to write synchronously in InfluxDB by using blocking API WriteRecord() of go package “github.com/influxdata/influxdb-client-go/v2” , This method is not showing any error but it is not inserting into db. WritePoint() method works but it is asynchronous , i am looking for synchronous write operation. Please help me if anyone has faced such issue.InfluxDB version - 0.194
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| When to flush write buffer? (api server) | 1 | 1664 | April 6, 2021 | |
| Newbie - WriteMeasurent doesn't seem to write anything | 2 | 1935 | April 1, 2021 | |
| Not all points being written to InfluxDB using Python | 2 | 496 | February 6, 2024 | |
| Get and write datapoints concurrently | 0 | 34 | January 23, 2025 | |
| C# library - WriteRecords is not writing records | 2 | 1179 | July 4, 2022 |
