You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/07/15 05:06:38 UTC

[rocketmq-apis] branch main updated: Remove TODO comments

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git


The following commit(s) were added to refs/heads/main by this push:
     new f2ba4fd  Remove TODO comments
f2ba4fd is described below

commit f2ba4fd4afbf75e4b701b6e98668975338cff517
Author: 凌楚 <ya...@alibaba-inc.com>
AuthorDate: Fri Jul 15 13:06:27 2022 +0800

    Remove TODO comments
---
 apache/rocketmq/v2/definition.proto | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/apache/rocketmq/v2/definition.proto b/apache/rocketmq/v2/definition.proto
index 824bf20..02b009a 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -175,10 +175,6 @@ enum DigestType {
 // 1) Standard messages should be negatively acknowledged instantly, causing
 // immediate re-delivery; 2) FIFO messages require special RPC, to re-fetch
 // previously acquired messages batch;
-//
-// Message consumption model also affects how invalid digest are handled. When
-// messages are consumed in broadcasting way,
-// TODO: define semantics of invalid-digest-when-broadcasting.
 message Digest {
   DigestType type = 1;
   string checksum = 2;