You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current mirroring feature supports mirror data from remote to home. In certain scenario such as building distributed coordination control plane (such as IOT, AI Agents), it would be handy to support mirroring from home to remote. This allow home to push out application level commands or requests to remote(edge) devices.
In the mirror topic creation, new flag --home-to-remote would be added to mark that mirrored topic would be used for mirroring from home to remote cluster.
If this flag is supplied, then following produce policy would be applied.
producing to topic from remote would be prohibited.
producing to topic from home would be allowed.
Without this flag, existing produce policy would be applied.
Current mirroring feature supports mirror data from remote to home. In certain scenario such as building distributed coordination control plane (such as IOT, AI Agents), it would be handy to support mirroring from home to remote. This allow home to push out application level commands or requests to remote(edge) devices.
In the mirror topic creation, new flag
--home-to-remote
would be added to mark that mirrored topic would be used for mirroring from home to remote cluster.If this flag is supplied, then following produce policy would be applied.
Without this flag, existing produce policy would be applied.
Flag can be applied like this:
or with mirror configuration:
The text was updated successfully, but these errors were encountered: