Github user poornachandra commented on a diff in the pull request:

    https://github.com/apache/incubator-tephra/pull/42#discussion_r117826105
  
    --- Diff: tephra-core/src/main/java/org/apache/tephra/TxConstants.java ---
    @@ -120,6 +120,11 @@
       public static final boolean DEFAULT_READ_NON_TX_DATA = false;
     
       /**
    +   * Client id that is used if a client doesn't provide one while starting 
a transaction.
    +   */
    +  public static final String DEFAULT_CLIENTID = "unknown";
    --- End diff --
    
    This constant can be defined in `TransactionManager` class now, right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to