influxdata / influxdata/influxdb-java
Is it possible to check whether the records were delivered successfully?
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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