-
Notifications
You must be signed in to change notification settings - Fork 6
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 support #78
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor recommendations.
...ain/java/org/axonframework/extensions/reactor/queryhandling/gateway/ReactorQueryGateway.java
Outdated
Show resolved
Hide resolved
...ain/java/org/axonframework/extensions/reactor/queryhandling/gateway/ReactorQueryGateway.java
Outdated
Show resolved
Hide resolved
...g/axonframework/extensions/reactor/queryhandling/gateway/DefaultReactorQueryGatewayTest.java
Show resolved
Hide resolved
...g/axonframework/extensions/reactor/queryhandling/gateway/DefaultReactorQueryGatewayTest.java
Show resolved
Hide resolved
...g/axonframework/extensions/reactor/queryhandling/gateway/DefaultReactorQueryGatewayTest.java
Show resolved
Hide resolved
…r/queryhandling/gateway/ReactorQueryGateway.java Co-authored-by: Steven van Beelen <[email protected]>
…r/queryhandling/gateway/ReactorQueryGateway.java Co-authored-by: Steven van Beelen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My concerns have been addressed, hence I'm approving this pull request.
The CLA seems to be broken though. Please take a look at that before merging, @schananas.
Adds streaming query functionality based on code functionality with additional support for reactive interceptors