Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[ISSUE #1828]🚀Implement MQClientAPIImpl#ackMessageAsync #1837
[ISSUE #1828]🚀Implement MQClientAPIImpl#ackMessageAsync #1837
Changes from all commits
4c3bab5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1436 in rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs
rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs#L1436
Check warning on line 1456 in rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs
rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs#L1456
Check warning on line 1458 in rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs
rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs#L1458
Check warning on line 1470 in rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs
rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs#L1460-L1470
Check warning on line 1474 in rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs
rocketmq-client/src/consumer/consumer_impl/default_mq_push_consumer_impl.rs#L1472-L1474
Check warning on line 1709 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1694-L1709
Check warning on line 1720 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1711-L1720
Check warning on line 1725 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1722-L1725
Check warning on line 1731 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1728-L1731
Check warning on line 1739 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1733-L1739
Check warning on line 1744 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1741-L1744
Check warning on line 1746 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1746
Check warning on line 1750 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1748-L1750
Check warning on line 1753 in rocketmq-client/src/implementation/mq_client_api_impl.rs
rocketmq-client/src/implementation/mq_client_api_impl.rs#L1752-L1753