-
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
Ensure refresh of permits on subscription query #85
Conversation
Solves an issue where permits weren't properly refreshed when receiving subscription query instructions.
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.
Assuming a test variable (the for-loop) isn't correct. AFAIK, that means the default number of permits (which is 5000 if I am correct) wouldn't be hit by the test.
src/test/java/io/axoniq/axonserver/connector/query/QueryChannelIntegrationTest.java
Show resolved
Hide resolved
src/test/java/io/axoniq/axonserver/connector/query/QueryChannelIntegrationTest.java
Outdated
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/query/impl/QueryChannelImpl.java
Show resolved
Hide resolved
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 approving.
Kudos, SonarCloud Quality Gate passed! |
Solves an issue where permits weren't properly refreshed when receiving subscription query instructions.