Ruhshan commented on code in PR #4257:
URL: https://github.com/apache/eventmesh/pull/4257#discussion_r1270707075


##########
eventmesh-storage-plugin/eventmesh-storage-mongodb/src/main/java/org/apache/eventmesh/storage/mongodb/constant/MongodbConstants.java:
##########
@@ -24,5 +24,14 @@ public class MongodbConstants {
     public static final String SEQUENCE_COLLECTION_NAME = "pub_sub_seq";
     public static final String SEQUENCE_KEY_FN = "topic";
     public static final String SEQUENCE_VALUE_FN = "value";
+    public static final String DOC_KEY_VERSION = "version";
+    public static final String DOC_KEY_DATA = "data";
+    public static final String DOC_KEY_ID = "id";
+    public static final String DOC_KEY_SOURCE = "source";
+    public static final String DOC_KEY_TYPE = "type";
+    public static final String DOC_KEY_DATA_CONTENT_TYPE = "datacontenttype";
+    public static final String DOC_KEY_SUBJECT = "subject";

Review Comment:
   Thanks for the feedback. Implement in latest commit. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to