Layotto currently uses a callback method for message subscription, which is not friendly to developers. The SubscribeTopicEvents interface can be added to allow developers to actively trigger message subscriptions.
Why is this needed:
Allows developers to use Pub/Sub capabilities more conveniently without applying the test to start the GRPC service.
What would you like to be added:
Layotto currently uses a callback method for message subscription, which is not friendly to developers. The SubscribeTopicEvents interface can be added to allow developers to actively trigger message subscriptions.
Why is this needed:
Allows developers to use Pub/Sub capabilities more conveniently without applying the test to start the GRPC service.
can refer https://github.com/dapr/dapr/blob/master/dapr/proto/runtime/v1/dapr.proto#L64