Skip to content

Commit b3690ce

Browse files
committed
Add a limitation for primary key only tables
1 parent 89e4c3e commit b3690ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ You can collect Cassandra/DSE and Pulsar metrics into Prometheus, and build a Gr
5959
* Does not support range deletes
6060
* Does not sync data available before starting the CDC agent.
6161
* CQL column names must not match a [Pulsar primitive type](https://pulsar.apache.org/docs/next/schema-understand/#primitive-type) name (ex: INT32)
62+
* Does not support primary key only tables (ex: CREATE TABLE t (k int, c int, PRIMARY KEY (k, c)) WITH cdc=true;)
6263

6364
## Supported data types
6465

0 commit comments

Comments
 (0)