-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector configuration is invalid and contains the following 1 error(s) Error while validating connector config: Connection to localhost:5434 refused #1
Comments
Additionally, Here's my Kafka + Kafka connector + etc docker-compose file
|
I replace And I got an new error.
|
OK. See reference of default value in Postgresql Default value of WAL(Write-Ahead Logging) is replica! And kafka connector need logical wal_level, so we have to change postgres wal_level to logical. |
SolvedI change my postgres configuration in docker compose with and After running docker compose, finally i got 200 response!
|
This is final process.
|
When i sent configurations to my source connector, I got error bellow.
Here's my request in json
The text was updated successfully, but these errors were encountered: