eolivelli commented on a change in pull request #12889:
URL: https://github.com/apache/pulsar/pull/12889#discussion_r753077881



##########
File path: 
pulsar-common/src/main/java/org/apache/pulsar/common/naming/TopicName.java
##########
@@ -67,6 +67,9 @@ public TopicName load(String name) throws Exception {
     public static final TopicName TRANSACTION_COORDINATOR_ASSIGN = 
TopicName.get(TopicDomain.persistent.value(),
             NamespaceName.SYSTEM_NAMESPACE, "transaction_coordinator_assign");
 
+    public static final TopicName TRANSACTION_COORDINATOR_LOG = 
TopicName.get(TopicDomain.persistent.value(),
+            NamespaceName.SYSTEM_NAMESPACE, "__transaction_log_");

Review comment:
       are you sure about this '__transaction_log_' ? it is strange that it 
ends with an underscore character




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


Reply via email to