From 1547587335a5dff27449a00645a1a37cfbacd4f3 Mon Sep 17 00:00:00 2001 From: Yajun Zhao <92070379+zhaoyajun2009@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:07:54 +0800 Subject: [PATCH] Update txn-use.md --- docs/txn-use.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/txn-use.md b/docs/txn-use.md index 3ddb0b2d4e42..615e2eab285d 100644 --- a/docs/txn-use.md +++ b/docs/txn-use.md @@ -85,7 +85,6 @@ To use Pulsar transaction API, complete the following steps. // Step 3: create a Pulsar client and enable transactions. .enableTransaction(true) .serviceUrl(jct.serviceUrl) - .build(); // Step 4: create three producers to produce messages to input and output topics. ProducerBuilder producerBuilder = client.newProducer(Schema.STRING);