Skip to content

Commit 08298ae

Browse files
authored
Merge pull request #206546 from iriaosara/changefeedUpdate
Update change
2 parents dddddf9 + 95c719a commit 08298ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/cosmos-db/cassandra/cassandra-change-feed.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The following example shows how to get a change feed on all the rows in a Cassan
1818

1919
In each iteration, the query resumes at the last point changes were read, using paging state. We can see a continuous stream of new changes to the table in the Keyspace. We will see changes to rows that are inserted, or updated. Watching for delete operations using change feed in Cassandra API is currently not supported.
2020

21+
> [!NOTE]
22+
> Reusing a token after dropping a collection and then recreating it with the same name results in an error.
23+
> We advise you to set the pageState to null when creating a new collection and reusing collection name.
24+
2125
# [Java](#tab/java)
2226

2327
```java

0 commit comments

Comments
 (0)