influxdb-cpp-rest icon indicating copy to clipboard operation
influxdb-cpp-rest copied to clipboard

Design an error handling strategy

Open d-led opened this issue 6 years ago • 0 comments

Problem

  • synchronous inserts need to catch exceptions
  • asynchronous inserts just drop data
  • output only to stderr

Possible independent solution strategies

  • callbacks
  • retries
  • manage timeouts

d-led avatar Oct 20 '18 21:10 d-led