Event Bus
NATS
Google Pub/Sub
eventBus:
type: googlePubSub
googlePubSub:
projectID: myproject
credentialsFile: operation-service-account-credentials.json
topic: bindplaneLast updated
Was this helpful?
Bindplane uses an event bus to communicate between components within Bindplane. When operating Bindplane in high availability mode, the event bus can be used to send events between Bindplane servers.
When operating in high availability, the following event bus options are available:
The NATS event bus is Bindplane's embedded event bus, suitable for high availability without the need for external infrastructure.
See the NATS Configuration documentation for more information.
Google Cloud Pub/Sub is an excellent event bus choice for users with access to Google Cloud. Setup is simple, and the maintenance overhead of Pub/Sub is very low.
eventBus:
type: googlePubSub
googlePubSub:
projectID: myproject
credentialsFile: operation-service-account-credentials.json
topic: bindplaneFor a list of supported options, see the Google Pub/Sub section in the configuration documentation.
Last updated
Was this helpful?
Was this helpful?