madhavan-narayanan commented on a change in pull request #14613:
URL: https://github.com/apache/pulsar/pull/14613#discussion_r828821451



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/intercept/BrokerInterceptor.java
##########
@@ -123,6 +123,23 @@ default void messageAcked(ServerCnx cnx, Consumer consumer,
                               CommandAck ackCmd) {
     }
 
+    /**
+     * Intercept when a transaction begins.
+     *
+     * @param tcId Transaction Coordinator Id
+     * @param txnID Transaction ID
+     */
+    default void beginTxn(long tcId, String txnID) {

Review comment:
       Done




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