Skip to content

Commit

Permalink
Update txn-use.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyajun2009 committed Mar 4, 2024
1 parent 100177b commit 1547587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/txn-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> producerBuilder = client.newProducer(Schema.STRING);
Expand Down

0 comments on commit 1547587

Please sign in to comment.