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

The streaming query API has no possibility to cancel query and to be notified about finished stream #516

Merged
merged 3 commits into from
Sep 12, 2018

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Sep 7, 2018

fix issue #515

@bednar bednar added this to the 2.13 milestone Sep 7, 2018
@codecov-io
Copy link

codecov-io commented Sep 7, 2018

Codecov Report

Merging #516 into master will increase coverage by 0.06%.
The diff coverage is 95.45%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #516      +/-   ##
============================================
+ Coverage     87.91%   87.97%   +0.06%     
- Complexity      378      380       +2     
============================================
  Files            25       25              
  Lines          1531     1547      +16     
  Branches        169      172       +3     
============================================
+ Hits           1346     1361      +15     
  Misses          120      120              
- Partials         65       66       +1
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/influxdb/InfluxDB.java 100% <ø> (ø) 0 <0> (ø) ⬇️
src/main/java/org/influxdb/impl/InfluxDBImpl.java 90.37% <95.45%> (+0.14%) 84 <2> (+2) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad97d00...636e2ad. Read the comment docs.

@majst01
Copy link
Collaborator

majst01 commented Sep 7, 2018

LGTM

FAQ.md Outdated
@@ -102,3 +103,37 @@ SSLv3/TLSv1/TLSv1.1/TLSv1.2

So if the server supports TLS1.2, the communication should be encrypted by TLS 1.2 (during the handshake the client will provide the list of accepted security protocols and the server will pick one, so this case the server would pick TLS 1.2)

## How to use SSL client certificate authentication
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rhajek,

as the FAQ additions are unrelated to the streaming PR could you please move them to a seperate PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @majst01,

I moved the FAQ additions to PR #518.

@majst01
Copy link
Collaborator

majst01 commented Sep 11, 2018

@bednar you have to resolv the merge conflicts in this branch, after that i will merge.

@bednar
Copy link
Contributor Author

bednar commented Sep 12, 2018

Hi @majst01, conflicts are resolved.

@majst01 majst01 merged commit 0eb2e79 into influxdata:master Sep 12, 2018
@bednar bednar deleted the async-query branch October 1, 2018 06:44
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

Successfully merging this pull request may close these issues.

3 participants