Skip to content

Commit

Permalink
[DOCS-3658] docs: Update CDC terminology in README (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Oct 25, 2024
1 parent 88b0d17 commit 239c07b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,11 @@ if (r.Data.Exists) {

## Event Streaming

The driver supports [Event Streaming](https://docs.fauna.com/fauna/current/learn/track-changes/streaming/).
The driver supports [Event Streaming](https://docs.fauna.com/fauna/current/learn/cdc/#event-streaming).

To start and subscribe to an event stream, pass a
query that produces a stream token to `EventStreamAsync()`:
To start and subscribe to an Event Stream, pass a query that produces an [event
source](https://docs.fauna.com/fauna/current/learn/cdc/#create-an-event-source)
to `EventStreamAsync()`:

```csharp
var stream = await client.EventStreamAsync<Person>(FQL($"Person.all().toStream"));
Expand Down

0 comments on commit 239c07b

Please sign in to comment.