extend micro, broker, server, client interfaces #80
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
micro: https://pkg.go.dev/github.com/unistack-org/micro/v3#RegisterSubscriber
broker: https://pkg.go.dev/github.com/unistack-org/micro/v3/broker?utm_source=godoc#Broker* allow to publish multiple messages at once (batch producing)* allow to subscribe and handle multiple messages at once (batch consuming)server:
client:
client and server now does not use broker.