caf_pubsub/plug_pubsub

Creates connections to an external publish/subscribe service, multiplexing them for all the CAs in this process.

Properties:

     {subscribeService: string, publishService: string}

where subscribeService and publishService are the names of the services that we use to interact with the publish/subscribe backend. For example, cp and cp2 if we are using Redis. Note that Redis needs two different connections to support concurrent publish and subscribe.

Source:

Extends