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

chore: Java client cleanup and additional integration tests (MINOR) #5456

Merged
merged 12 commits into from
May 22, 2020

Conversation

vcrfxia
Copy link
Contributor

@vcrfxia vcrfxia commented May 22, 2020

Description

This PR is stacked on #5448 and #5455, since both are required for the new integration tests. Only the latest two commits (starting with "chore: client cleanup") need to be reviewed.

A few miscellaneous changes in this PR:

  • Removed Client#streamInserts() method, since this might not be implemented before the release
  • Removed StreamedQueryResult#close() method, since there was no use case for the existing functionality
  • Added javadocs to clarify that queries issued via the client default to auto.offset.reset=earliest
  • Added integration tests for verifying query properties

Testing done

Tests pass.

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@vcrfxia vcrfxia requested a review from a team as a code owner May 22, 2020 02:15
@vcrfxia vcrfxia requested a review from purplefox May 22, 2020 02:15
@vcrfxia vcrfxia force-pushed the java-client-cleanup branch from 4ccc652 to bde3ac6 Compare May 22, 2020 02:18
Copy link
Contributor

@purplefox purplefox left a comment

Choose a reason for hiding this comment

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

LGTM

@vcrfxia vcrfxia merged commit 19674a5 into confluentinc:master May 22, 2020
@vcrfxia vcrfxia mentioned this pull request May 22, 2020
2 tasks
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.

2 participants