influxdb-cpp-rest
influxdb-cpp-rest copied to clipboard
Design an error handling strategy
Problem
- synchronous inserts need to catch exceptions
- asynchronous inserts just drop data
- output only to
stderr
Possible independent solution strategies
- callbacks
- retries
- manage timeouts