The Go SDK does not support bulk pubsub callbacks. We need to expose and implement bulk subscription handling so apps can receive bulk messages. [This is where we need support added](https://github.com/dapr/go-sdk/pull/799/changes#diff-975ba4c89b9dd3e44c3eaf85286eb7599c27999b9034c13f17a64bae5b33d22fR185)
The Go SDK does not support bulk pubsub callbacks. We need to expose and implement bulk subscription handling so apps can receive bulk messages.
This is where we need support added