castore-dev / castore

Making Event Sourcing easy 😎

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add publishMessages methods to message channels & adapters

ThomasAribart opened this issue · comments

Some messaging solutions like SQS & EventBridge have an API to publish several messages at once, which could reduce costs.

We could update the MessageBusAdapter & MessageQueueAdapter interfaces to be able to leverage them.

And then update the MessageBus & MessageQueue classes to enable using them.