d-led/influxdb-cpp-rest

Design an error handling strategy

d-led opened this issue · 0 comments

d-led commented

Problem

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

Possible independent solution strategies

  • callbacks
  • retries
  • manage timeouts