Skip to content

Commit

Permalink
streaming subscriptions architecture: fix hash tags
Browse files Browse the repository at this point in the history
PR-URL: hasura/graphql-engine-mono#6126
GitOrigin-RevId: 77f8251b53895afefbb7fa889d673539b67dea75
  • Loading branch information
praveenweb authored and hasura-bot committed Sep 29, 2022
1 parent cc015df commit a5dc3f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture/streaming-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ In this post, we will look at the architecture of streaming subscriptions, how o

- [Try it out](#try-it-out-in-60-seconds)
- [Common use-cases](#use-cases)
- [Stream log-like data](#stream-log-like-data)
- [Stream log-like data](#stream-events-or-log-like-data)
- [Create messaging channels](#create-messaging-channels)
- [Capture and stream data changes on an existing table](#capture-and-stream-data-changes-on-an-existing-table)
- [Create a fire-and-forget channel for ephemeral data ](#create-a-fire-and-forget-channel-for-ephemeral-data )
- [Create a fire-and-forget channel for ephemeral data ](#create-a-fire-and-forget-channel-for-ephemeral-data-with-postgres)
- [Architecture](#notes-on-architecture)
- [Making GraphQL calls efficieint](#making-graphql-calls-efficient)
- [Batching](#batching-multiple-streaming-consumers-into-one-sql-query)
- [Handling Authorization with predicate pushdown](#handling-authorization-with-predicate-push-down)
- [Backpressure and Scaling](#handling-backpressure)
- [Backpressure and Scaling](#managing-backpressure)
- [Performance Benchmarks](#performance-benchmarks)
- [Next steps](#next-steps)

Expand Down

0 comments on commit a5dc3f8

Please sign in to comment.