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

Create multiple table CDC use Postgres-cdc Failed, not support format Plain with encode Json #14625

Closed
ediconss opened this issue Jan 17, 2024 · 3 comments
Labels
type/bug Something isn't working
Milestone

Comments

@ediconss
Copy link

Describe the bug

use Postgres-cdc Create multiple table CDC;

CREATE SOURCE pg_mydb WITH (
connector = 'postgres-cdc',
hostname = '192.168.10.233',
port = '5434',
username = 'test',
password = 'test',
database.name = 'data_warehouse',
slot.name = 'mydb_slot'
);

Error message/log

Caused by:
  Protocol error: connector postgres-cdc does not support format Plain with encode Json

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@ediconss ediconss added the type/bug Something isn't working label Jan 17, 2024
@github-actions github-actions bot added this to the release-1.7 milestone Jan 17, 2024
@ediconss ediconss changed the title Create multiple table CDC use Postgres-cdc Field, not support format Plain with encode Json Create multiple table CDC use Postgres-cdc Failed, not support format Plain with encode Json Jan 17, 2024
@xxchan
Copy link
Member

xxchan commented Jan 17, 2024

What's your RisingWave version? I cannot reproduce this issue.

@ediconss
Copy link
Author

What's your RisingWave version? I cannot reproduce this issue.

PostgreSQL 9.5-RisingWave-1.5.4

@ediconss
Copy link
Author

What's your RisingWave version? I cannot reproduce this issue.

sorry, i forgot, i upgrade to 1.6.0 it's okay, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants