-
Notifications
You must be signed in to change notification settings - Fork 580
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
Discuss: blocking DDL with sink_decouple might have bad UX #18765
Labels
Comments
What's the current behavior of |
I think it's controlled by |
I see. IMO, I feel the May post this to Slack for wider disucssion |
xxchan
changed the title
Discuss: should we use background_ddl when sink_decouple is enabled?
Discuss: blocking DDL with sink_decouple might have bad UX
Oct 18, 2024
Notes from Slack discussions:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently we made
sink_decouple
default to true for all sinks #17095. Previously we also make blocking DDL for sink defaults to true #15587.Although they are orthogonal features:
But it feels a little strange to me that when we use sink decouple and blocking DDL at the same time: we will wait for all data is backfilled into log store. In this case, user may not see the results are ready in sinks.
The text was updated successfully, but these errors were encountered: