extend micro, broker, server, client interfaces #80

Closed
opened 2021-07-21 23:55:31 +03:00 by vtolstov · 1 comment
vtolstov commented 2021-07-21 23:55:31 +03:00 (Migrated from github.com)

micro: https://pkg.go.dev/github.com/unistack-org/micro/v3#RegisterSubscriber

  • RegisterSubscriber func signature to support multiple messages

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:

  • allow to support handler type that supports multiple messages

client:

  • allow to publish multiple messages
micro: https://pkg.go.dev/github.com/unistack-org/micro/v3#RegisterSubscriber * RegisterSubscriber func signature to support multiple messages ~~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: * allow to support handler type that supports multiple messages client: * allow to publish multiple messages

client and server now does not use broker.

client and server now does not use broker.
Sign in to join this conversation.
No description provided.