lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

JDBC Connector wouldn't connect to my local postgres server #195

Open karanbhale opened 1 month ago

karanbhale commented 1 month ago

when ever i tried to connect to the my locally hosted postgres server i got following error:

Invalid value org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver. for configuration Couldn't open connection to jdbc:postgresql://hostname:5432/dbname

but with same configuration i am able to connect to same server from different applications, such as python, dotnet apps, dbeaver etc.