Technoboy- commented on code in PR #15017:
URL: https://github.com/apache/pulsar/pull/15017#discussion_r843899801


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v3/Transactions.java:
##########
@@ -168,6 +209,7 @@ public void getTransactionMetadata(@Suspended final 
AsyncResponse asyncResponse,
                                        @DefaultValue("false") boolean 
authoritative,
                                        @PathParam("mostSigBits") String 
mostSigBits,
                                        @PathParam("leastSigBits") String 
leastSigBits) {
+        checkTransactionCoordinatorEnabled();

Review Comment:
   It's ok, like `validateTopicName`



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