Skip to content

Commit

Permalink
Add a limitation for primary key only tables
Browse files Browse the repository at this point in the history
  • Loading branch information
aymkhalil committed Apr 11, 2023
1 parent 89e4c3e commit b3690ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ You can collect Cassandra/DSE and Pulsar metrics into Prometheus, and build a Gr
* Does not support range deletes
* Does not sync data available before starting the CDC agent.
* CQL column names must not match a [Pulsar primitive type](https://pulsar.apache.org/docs/next/schema-understand/#primitive-type) name (ex: INT32)
* Does not support primary key only tables (ex: CREATE TABLE t (k int, c int, PRIMARY KEY (k, c)) WITH cdc=true;)

## Supported data types

Expand Down

0 comments on commit b3690ce

Please sign in to comment.