You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by GitBox <gi...@apache.org> on 2020/11/10 11:31:58 UTC

[GitHub] [unomi] lyogev commented on a change in pull request #200: UNOMI-371 add optional support for optimistic concurrency control (if_seq_no)

lyogev commented on a change in pull request #200:
URL: https://github.com/apache/unomi/pull/200#discussion_r520493299



##########
File path: api/src/main/java/org/apache/unomi/api/Item.java
##########
@@ -63,6 +64,7 @@ public static String getItemType(Class clazz) {
     protected String itemType;
     protected String scope;
     protected Long version;
+    protected Map<String, Object> metadata = new HashMap<>();

Review comment:
       Hi @sergehuber yes I've seen the comment and I will update, but we are adding more code here soon as we are already using this mode, and we discovered some more issues. will update soon




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org