Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
4.2.0
-
None
-
None
Description
In the current implementation, each message is sent as a separate PubSubResponse. Also, a PubSubRequest sends only one message per request. This introduces a lot of overhead if the message body is small.
Hedwig should provide a batched request API where messages can be consumed or published in batches.