noctarius / timescaledb-event-streamer

timescaledb-event-streamer is a command line program to create a stream of CDC (Change Data Capture) TimescaleDB Hypertable events from a PostgreSQL installation running the TimescaleDB extension.
Apache License 2.0
39 stars 3 forks source link

Cannot make connection with gssencmode=disable #241

Open jas32096 opened 5 months ago

jas32096 commented 5 months ago

Hello,

With the following connection string: postgresql://postgres@localhost?sslmode=require&gssencmode=disable, I cannot make a connection.

It appears that the gssencmode is not recognized as a parameter, however, I've confirmed that connection string works with PSQL.

Postgres: 13.4 TimescaleDB: 12.8.0

$ ./timescaledb-event-streamer -config=Downloads/config.example.toml
CDC (Change Data Capture) for TimescaleDB Hypertable
timescaledb-event-streamer version 0.12.0 (git revision unknown; branch unknown)
Loading configuration file: Downloads/config.example.toml
unable to connect to database: failed to connect to `host=localhost user=postgres database=`: server error (FATAL: unrecognized configuration parameter "gssencmode" (SQLSTATE 42704))