Skip to content

Commit

Permalink
aligning replication and multi-prim ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Nov 26, 2024
1 parent e04a3c4 commit b50d17f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions documentation/operations/multi-primary-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,8 @@ When configuring a QuestDB Enterprise cluster with multi-primary ingestion:

- **Seamless failover:** During failover events, clients are automatically informed of topology changes, ensuring uninterrupted ingestion.

## Replication

QuestDB Enterprise's multi-primary ingestion is built alongside its primary-replica replication capabilities.

See the [Replication](/docs/operations/replication/) page for more information.
10 changes: 5 additions & 5 deletions documentation/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,20 +318,20 @@ module.exports = {
collapsed: false,
items: [
{
id: "operations/multi-primary-ingestion",
id: "operations/openid-connect-oidc-integration",
type: "doc",
label: "Multi-primary ingestion",
label: "OpenID Connect (OIDC)",
customProps: { tag: "Enterprise" },
},
{
id: "operations/openid-connect-oidc-integration",
type: "doc",
label: "OpenID Connect (OIDC)",
id: "operations/replication",
customProps: { tag: "Enterprise" },
},
{
id: "operations/multi-primary-ingestion",
type: "doc",
id: "operations/replication",
label: "Multi-primary ingestion",
customProps: { tag: "Enterprise" },
},
{
Expand Down

0 comments on commit b50d17f

Please sign in to comment.