Skip to content

can't add consumer to CDC stream with query service #9461

@rekby

Description

@rekby

Reproduce:

DROP TABLE IF EXISTS t;

CREATE TABLE t (id Int64, PRIMARY KEY(id));

ALTER TABLE t
ADD CHANGEFEED cdc WITH (
 FORMAT='JSON',
 MODE='NEW_AND_OLD_IMAGES'
);


ALTER TOPIC `t/cdc`
ADD CONSUMER c;

Error:

Error path 'local/t/cdc' is not compatible scheme object
Code: 500040

Expected behavior: table with cdc topic and consumer without errors.

Metadata

Metadata

Labels

area/topicsTopics, persqueue, messagingbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions