// The matchmaker package matches up agents and clients based on their rendez-vous // ids and pumps data between client and agent. This is the core cunctionality of // converge. It uses notifications with the new state in case something changes. // The notifications are routed to components that are interested in them: the web ui // and prometheus integration. package matchmaker