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

Streaming query #2001

Merged
merged 41 commits into from Mar 24, 2022
Merged

Streaming query #2001

merged 41 commits into from Mar 24, 2022

Conversation

schananas
Copy link
Contributor

Adds support for streaming queries. Streaming query allows client to stream large data result sets.

@CLAassistant
Copy link

CLAassistant commented Nov 9, 2021

CLA assistant check
All committers have signed the CLA.

@schananas schananas marked this pull request as draft November 9, 2021 10:00
@smcvb smcvb added Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Status: In Progress Use to signal this issue is actively worked on. Type: Feature Use to signal an issue is completely new to the project. labels Nov 12, 2021
@smcvb smcvb added this to the Release 4.6.0 milestone Nov 12, 2021
# Conflicts:
#	axon-server-connector/src/main/java/org/axonframework/axonserver/connector/query/AxonServerQueryBus.java
#	axon-server-connector/src/test/java/org/axonframework/axonserver/connector/query/AxonServerQueryBusTest.java
#	messaging/src/main/java/org/axonframework/queryhandling/SimpleQueryBus.java
#	messaging/src/test/java/org/axonframework/queryhandling/SimpleQueryBusTest.java
#	pom.xml
@m1l4n54v1c m1l4n54v1c self-assigned this Feb 22, 2022
@m1l4n54v1c m1l4n54v1c marked this pull request as ready for review February 22, 2022 10:50
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

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

Too many arguments to approve this PR for. Conceptually I'm okay with the intent of the code, by the way. The comments are mainly clean-up and documentation recommendations.

m1l4n54v1c and others added 8 commits March 21, 2022 12:51
…er/connector/query/BlockingQueryResponseProcessingTask.java


JavaDoc fix.

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
…er/connector/query/AxonServerQueryBus.java


Error message fix.

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
…er/connector/query/AxonServerQueryBus.java


Error message fix.

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
…er/connector/query/AxonServerQueryBus.java


Error message fix.

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
…er/connector/query/PrioritizedRunnable.java


JavaDoc fix.

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
…er/connector/query/PrioritizedRunnable.java


JavaDoc fix.

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

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

There are still a couple of minor JavaDoc comments open. The far majority of my feedback has been processed though. As such, I trust the rest will be dealt with accordingly. Hence, I am approving this pull request.

@m1l4n54v1c m1l4n54v1c merged commit 2c73d33 into master Mar 24, 2022
@m1l4n54v1c m1l4n54v1c deleted the streaming-query branch March 24, 2022 15:23
@sonarcloud
Copy link

sonarcloud bot commented Mar 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Status: Resolved Use to signal that work on this issue is done. Type: Feature Use to signal an issue is completely new to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants