We will ClearBlade use the Pub/Sub Golang library, which uses leverages a persistent TCP connection under the covers.
...
topics
: JSONB column (Pub/Sub topics array)There will be endpoints for CRUD (details will be added later).
The topics entered during Pub/Sub connection creation will be added as subscribers to the topic tree. The Pub/Sub connection will implement the client
interface in core_messaging/broker/client_manager.go. Use the Publish
function to forward messages.
...