Skip to content

Commit

Permalink
[docs] Add transactions in the sidebar (apache#8692)
Browse files Browse the repository at this point in the history
* add transaction in the sidebar

* keep transactions consitent in the docs

* update

* update
  • Loading branch information
Jennifer88huang-zz authored Nov 25, 2020
1 parent 2fcb2f7 commit bf0db51
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions site2/docs/concepts-transactions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: transaction
id: transactions
title: Transactions
sidebar_label: Transaction Concepts
sidebar_label: Overview
---

Transactional semantics enable event streaming applications to consume, process, and produce messages in one atomic operation. In Pulsar, a producer or consumer can work with messages across multiple topics and partitions and ensure those messages are processed as a single unit.
Expand Down
6 changes: 3 additions & 3 deletions site2/docs/transaction-api.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: transaction-api
title: Transaction API(Developer Preview)
sidebar_label: Transaction API
id: transactions-api
title: Transactions API (Developer Preview)
sidebar_label: Transactions API
---

All messages in a transaction is available only to consumers after the transaction is committed. If a transaction is aborted, all the writes and acknowledgments in this transaction rollback.
Expand Down
6 changes: 3 additions & 3 deletions site2/docs/transaction-guarantee.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: transaction-guarantee
title: Transaction Guarantee
sidebar_label: Transaction Guarantee
id: transactions-guarantee
title: Transactions Guarantee
sidebar_label: Transactions Guarantee
---

Pulsar transactions support the following guarantee.
Expand Down
9 changes: 6 additions & 3 deletions site2/website/sidebars.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"docs": {
"Get started": [
"pulsar-2.0",
"standalone",
"standalone-docker",
"kubernetes-helm",
"client-libraries"
"kubernetes-helm"
],
"Concepts and Architecture": [
"concepts-overview",
Expand Down Expand Up @@ -56,6 +54,11 @@
"tiered-storage-aws",
"tiered-storage-gcs",
"tiered-storage-filesystem"
],
"Transactions": [
"transactions",
"transactions-guarantee",
"transactions-api"
],
"Kubernetes (Helm)": [
"helm-overview",
Expand Down

0 comments on commit bf0db51

Please sign in to comment.