From b3690ce5c5feaa8d57ef2a2287d25ba9b9451ca9 Mon Sep 17 00:00:00 2001 From: Ayman Khalil <13960949+aymkhalil@users.noreply.github.com> Date: Tue, 11 Apr 2023 10:30:51 -0700 Subject: [PATCH] Add a limitation for primary key only tables --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5839ff02..2b93e2de 100644 --- a/README.md +++ b/README.md @@ -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