Data Broker Service
The databroker service is used for storing user session data.
By default, the databroker
service uses an in-memory databroker.
To create your own data broker, implement the following gRPC interface:
For an example implementation, the in-memory database used by the databroker service can be found here: