We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
About CDC connector, is it possible to detect this when creating the cdc source?
connector-node | Caused by: org.postgresql.util.PSQLException: FATAL: must be superuser or replication role to start walsender
Otherwise, unless checking the logs, users will only see create table .. with connector='postgres_cdc' succeed but no data comes in. 🙁
create table .. with connector='postgres_cdc'
Detect this when creating the cdc source and throw an error to users.
No response
The text was updated successfully, but these errors were encountered:
StrikeW
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
About CDC connector, is it possible to detect this when creating the cdc source?
Otherwise, unless checking the logs, users will only see
create table .. with connector='postgres_cdc'
succeed but no data comes in. 🙁Describe the solution you'd like
Detect this when creating the cdc source and throw an error to users.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: