-
Notifications
You must be signed in to change notification settings - Fork 126
fix(mysql): enforce non-zero initial wait time for CDC setup #563
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
base: staging
Are you sure you want to change the base?
Conversation
similar check needs to be added in Postgres as well |
@vaibhav-datazip Currently in postgres if User provide Instead of that, If User provide Does that works? olake/drivers/postgres/internal/postgres.go Lines 101 to 114 in 1001235
|
@Kamlesh72 , one more check needs to be added here , if cdc config is selected and Olake mysql cdc setup permissions are missing or not granted, then too the check should fail when clicked next |
@vaibhav-datazip Shouldn't we check cdcSupported only if user has provided |
exactly, if user has selected |
@vaibhav-datazip Added mysql permission check and postgres checks. |
Description
Fail the setup if initial_wait_time is 0 or negative
Fixes #492
Screenshots or Recordings
UI

CLI
