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

Main for server v2.11 #1239

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

Main for server v2.11 #1239

wants to merge 36 commits into from

Conversation

scottf
Copy link
Contributor

@scottf scottf commented Oct 10, 2024

Consumer priority and overflow

* Consumer Priority Group Overflow

* Tests for Overflow plus Simplification Fetch

* Tests for Overflow Simplification Iterate and Consume

* use consumer-groups branch in build
@scottf scottf changed the title Main 2 11 Main for server v2.11 Oct 11, 2024
@@ -680,6 +717,7 @@ public Builder(ConsumerConfiguration cc) {
this.maxBatch = cc.maxBatch;
this.maxBytes = cc.maxBytes;
this.numReplicas = cc.numReplicas;
this.pauseUntil = cc.pauseUntil;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This missing was a bug.

@@ -34,7 +33,7 @@ class NatsFetchConsumer extends NatsMessageConsumerBase implements FetchConsumer
{
super(cachedConsumerInfo);

isNoWait = fetchConsumeOptions.isNoWait();
boolean isNoWait = fetchConsumeOptions.isNoWait();
Copy link
Contributor Author

@scottf scottf Oct 15, 2024

Choose a reason for hiding this comment

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

not needed in the object, local is fine

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.

1 participant