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

Add tests for streaming queries with Jet #63

Open
viliam-durina opened this issue Mar 22, 2021 · 1 comment
Open

Add tests for streaming queries with Jet #63

viliam-durina opened this issue Mar 22, 2021 · 1 comment
Milestone

Comments

@viliam-durina
Copy link
Contributor

We need to test:

  • cancellation of a streaming query
  • results delivered with low latency to the client (e.g. a stream of one item per second should not wait until 4096 items are generated before returning anything to the client)
  • multiple streaming queries over one connection

I assume the above will just work, but we need a test for that.

@viliam-durina viliam-durina added this to the 4.2 milestone Mar 22, 2021
@viliam-durina
Copy link
Contributor Author

We also depend on jet 4.4-SNAPSHOT, it should be 4.5

@SeriyBg SeriyBg modified the milestones: 4.2, 4.2.1 Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants