cnosdb
cnosdb copied to clipboard
[EXPECT] When you create a subscription, you should check to avoid synchronizing yourself
Describe the bug
When you create a subscription, you should check to avoid synchronizing yourself
- Avoid syncing yourself;
- 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