You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: