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

Pending ack client implement #8037

Merged
merged 12 commits into from
Sep 18, 2020
Merged

Pending ack client implement #8037

merged 12 commits into from
Sep 18, 2020

Conversation

congbobo184
Copy link
Contributor

@congbobo184 congbobo184 commented Sep 11, 2020

to solve #7981

Implement

individual ack with transaction

the batch message with transaction just carry their own batchIndex and client must enable batch index ack.

@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

@codelipenghui codelipenghui added this to the 2.7.0 milestone Sep 16, 2020
messageIdIterator.remove();
}
transactionIterator.remove();
pendingIndividualTransactionBatchIndexAcks.remove(transactionEntry.getKey());
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks don't need to remove again.

@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

3 similar comments
@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

@congbobo184
Copy link
Contributor Author

/pulsarbot run-failure-checks

@wolfstudy wolfstudy merged commit dea574b into apache:master Sep 18, 2020
lbenc135 pushed a commit to lbenc135/pulsar that referenced this pull request Oct 3, 2020
to solve apache#7981 

### Implement

#### individual ack with transaction

the batch message with transaction just carry their own batchIndex and client must enable batch index ack.
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.

None yet

4 participants