Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Router: publish messages in bulk (#513)
Currently, the router will publish produced messaged by calling Publish individually, even though the bulk API exists. This change works the same, although it can be handy for some custom implementations when you want to treat the produced messages as a group. For some implementations, it could also slightly improve publish performance.
- Loading branch information