Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rekby opened this issue Sep 18, 2024 · 0 comments
Open

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

rekby opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
area/topics Topics, persqueue, messaging bug Something isn't working

Comments

@rekby
Copy link
Member

rekby commented Sep 18, 2024

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.

@rekby rekby added the bug Something isn't working label Sep 18, 2024
FloatingCrowbar added a commit to FloatingCrowbar/ydb that referenced this issue Oct 29, 2024
@alexv-smirnov alexv-smirnov added the area/topics Topics, persqueue, messaging label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/topics Topics, persqueue, messaging bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants