-
Notifications
You must be signed in to change notification settings - Fork 871
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
Support PUSH messages also for db/schema changes #3496
Comments
Can this be generalized to support all metadata changes? (i.e. anything under db.getMetadata()) and not just "schema" and "clusters" |
Sorry, we are so in late with v2.2 that this feature, even if little, has to be postponed. |
You' re saying that this feature is little. Cant it be planned then for a 2.2.x release, instead of us having to wait yet another 6 months? |
@tglman what's the status of this issue in v3.0? |
hi, It's a working in progress, the infrastructure of push is there, the messages for specific operations are not yet there, due to the mapping of what we actually need and what we actually don't. |
Hi, The implementation of all the update of db metadata is implemented, closing this. Regards |
Today we support PUSH message from Server to Client only to send changes of Distributed Cfg. We could use it also for:
The text was updated successfully, but these errors were encountered: