Closed lpn666 closed 2 years ago
Describe the bug(Please use English) A clear and concise description of what the bug is.
Environment :
To Reproduce Steps to reproduce the behavior:
CREATE TABLE eee ( a string , b string ) WITH ( 'connector' = 'postgres-cdc', 'hostname' = 'localhost', 'port' = '5432', 'username' = 'postgres', 'password' = 'postgres', 'database-name' = 'test', 'schema-name' = 'public', 'table-name' = 'flink01' );
select * from eee;
Additional Description When I use jdbc connector or spring jdbc to connect the database, it's running normally.
I have try to alter the pg_hba.conf file. but it's not work.
@lpn666 Were you able to fix this issue?
Describe the bug(Please use English) A clear and concise description of what the bug is.
Environment :
To Reproduce Steps to reproduce the behavior:
CREATE TABLE eee ( a string , b string ) WITH ( 'connector' = 'postgres-cdc', 'hostname' = 'localhost', 'port' = '5432', 'username' = 'postgres', 'password' = 'postgres', 'database-name' = 'test', 'schema-name' = 'public', 'table-name' = 'flink01' );
select * from eee;
Additional Description When I use jdbc connector or spring jdbc to connect the database, it's running normally.
I have try to alter the pg_hba.conf file. but it's not work.