Solace interface to kdb+¶
The Solace PubSub+ Event Broker can be used to efficiently stream events and information across cloud, on-premises and within IoT environments. The “+” in PubSub+ indicates its support of wide-ranging functionality beyond publish-subscribe. This includes request-reply, streaming and replay, as well as different qualities of service, such as best-effort and guaranteed delivery.
Use cases¶
The event broker is used across a number of sectors including
- airline industry (air-traffic control)
- financial services (payment processing)
- retail (supply-chain/warehouse management)
Kdb+/Solace Integration¶
This interface lets you communicate with a Solace PubSub+ event broker from a kdb+ session. The interface follows closely the Solace C API. Exposed functionality includes
- subscription to topics on Solace brokers
- direct/persistent/guaranteed messaging functionality
- endpoint management
Status¶
The interface is currently available under an Apache 2.0 licence and is supported on a best effort basis by the Fusion team. This interface is currently in active development, with additional functionality to be released on an ongoing basis.