cnosdb icon indicating copy to clipboard operation
cnosdb copied to clipboard

[EXPECT] When you create a subscription, you should check to avoid synchronizing yourself

Open Benxiaohai001 opened this issue 2 years ago • 0 comments

Describe the bug

When you create a subscription, you should check to avoid synchronizing yourself

  1. Avoid syncing yourself;
  2. Avoid cyclic synchronization. For example, cluster B subscribes to data in cluster A. cluster A subscribes to cluster B's data.

To Reproduce

No response

Expected behavior

No response

Additional context

No response

Benxiaohai001 avatar Dec 18 '23 07:12 Benxiaohai001