RabbitMqBundle icon indicating copy to clipboard operation
RabbitMqBundle copied to clipboard

Feature suggestion: add producer with batch producing capabilities

Open frankdejonge opened this issue 3 years ago • 2 comments

Hi 👋,

I'd love to have a configured producer that can perform batch publishing operations. I'm willing to contribute it if the feature is accepted but there is no time to implement it.

I saw a couple of options to implement this. One would be to add the batch processing capabilities to the current producer interface (which would be a breaking change and would require a new major version). The other option would be to add a BatchProducerInterface, which would focus purely on patch producing messages (staging new messages and flushing them). Consumers of this package would see a new property type on their producer config, which would default to single, when set to batch the generated service would be an instance of the BatchProducerInterface.

I wanted to align before spending the time to implement this. Would love to hear your thoughts 👍

frankdejonge avatar May 23 '22 09:05 frankdejonge

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 22 '22 08:08 github-actions[bot]

If this could get a glance over that would be great :)

frankdejonge avatar Aug 22 '22 08:08 frankdejonge

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 20 '22 16:11 github-actions[bot]

This issue was closed because it has been stalled for 10 days with no activity.

github-actions[bot] avatar Dec 04 '22 20:12 github-actions[bot]