influxdata / influxdata/influxdb-java

Is it possible to check whether the records were delivered successfully?

Open
#686 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Java
Stars
1.2k
Forks
469
PR merge metrics
No merged PRs in 30d

Description

I did not see anything in API or documentation to check whether records were delivered successfully. I see in logs the 200 HTTP status, but from the programming side I want to make some action if records were not delivered successfully (other status or connection timeout). I use _writeWithReply_ method. How to achieve this?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Java API and documentation for _writeWithReply_ and trace how its response, non-200 statuses, and connection timeouts are exposed. Determine whether callers can distinguish successful delivery from failures; done requires a documented, usable check or a clearly scoped implementation path.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.