open-consul/agent/grpc
Matt Keeler 2a4ca71d3f
Move to using a shared EventPublisher (#12673)
Previously we had 1 EventPublisher per state.Store. When a state store was closed/abandoned such as during a consul snapshot restore, this had the behavior of force closing subscriptions for that topic and evicting event snapshots from the cache.

The intention of this commit is to keep all that behavior. To that end, the shared EventPublisher now supports the ability to refresh a topic. That will perform the force close + eviction. The FSM upon abandoning the previous state.Store will call RefreshTopic for all the topics with events generated by the state.Store.
2022-04-12 09:47:42 -04:00
..
middleware Restructure gRPC server setup (#12586) 2022-03-22 12:40:24 +00:00
private Move to using a shared EventPublisher (#12673) 2022-04-12 09:47:42 -04:00
public Move to using a shared EventPublisher (#12673) 2022-04-12 09:47:42 -04:00