This feature will add error propagation for client applications to our fast ingestion protocol while preserving the same level of performance.
We'd like to provide the following new features to the InfluxDB Line Protocol over TCP:
Errors
Users should not need to open up the server logs to know what they need to fix.
Acks
Once a set of rows is persisted (written to WAL).
Once a set of rows is visible (written to main table and query-able).
Allow client library users to delineate batches of transactional all-or-nothing rows: In other words, if there's a data error in the middle of a batch of rows then none of the batch is persisted.
This feature will add error propagation for client applications to our fast ingestion protocol while preserving the same level of performance.
We'd like to provide the following new features to the InfluxDB Line Protocol over TCP:
Errors
Acks