jiazhai commented on issue #4668: Add Debezium Postgresql integration test
URL: https://github.com/apache/pulsar/pull/4668#issuecomment-509069752
 
 
   > This test is a copy/paste of the Mysql one. I have tried to add some data 
in the Postgres db but unfortunately I can't connect to the docker postgres 
container (jdbc:postgresql://host:port/dbname). I have tried with localhost, 
DebeziumPostgresqlContainer.NAME. Maybe I need to change the pg_hba.conf. Any 
idea ?
   
   @willome Thanks for the update. 
   because test framework is using docker containers, we should use 
`DebeziumPostgresqlContainer.NAME`, and run it in the same docker network that 
setting by `withNetworkAliases` in the code. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to