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
Hi @wuyingjun-lucky,
Thanks for opening an issue!
We will look into it as soon as possible.
Details
Instructions for interacting with me using comments are available here.
If you have questions or suggestions related to my behavior, please file an issue against the gh-ci-bot repository.
A message queue is used for transporting events from ClusterSynchroManager to ApiServer, before transporting, events must be persisted to the storage layer, and rv of events must be converted to multi-clusters-rv.
EventCache is a buffer for newest events whose number is limit to 100 by default.
we have defined a series of universal inferfaces for message queue middleware. And we have introduced RabbitMQ by implement the interfaces.
What would you like to be added?
Add message queue to implement multi-cluster watch interface When using the default storage layer
Why is this needed?
Improve Clusterpedia Query capability (dynamic query)
The text was updated successfully, but these errors were encountered: