Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a FAQ list for influxdb-java #466

Closed
lxhoan opened this issue Jul 13, 2018 · 1 comment
Closed

a FAQ list for influxdb-java #466

lxhoan opened this issue Jul 13, 2018 · 1 comment
Assignees
Milestone

Comments

@lxhoan
Copy link
Contributor

lxhoan commented Jul 13, 2018

Motivation:
influxdb-java users normally will raise a new issue in case they have question. We have seen multiple question-based issues.

We also have a lot of discussion (in form of question-answer in emails, PR timeline conversions) which deserves to record

So I think it's worth collecting those common/valued information to a separate FAQ for later references

This FAQ can be apart of or linked from README.md

The format we follow the one is used by influxdb server
https://docs.influxdata.com/influxdb/v1.5/troubleshooting/frequently-asked-questions/

@lxhoan lxhoan self-assigned this Jul 13, 2018
@ivankudibal ivankudibal added this to the 2.12 milestone Jul 18, 2018
@ivankudibal
Copy link
Contributor

Functionality

  1. Is the batch part of the client thread safe?
  2. If multiple threads are accessing it, are they all adding Points to the same batch?
  3. And if so, is there a single thread in the background that is emptying batch to the server?
  4. If there is an error during this background process, is it propagated to the rest of the client?

Security
One of the questions to be added here: is default config security setup TLS 1.2?

lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Jul 24, 2018
majst01 added a commit that referenced this issue Jul 27, 2018
implement issue #466 a FAQ list for influxdb-java
@lxhoan lxhoan closed this as completed Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants