Event Streams July 2025 Release Notes
July 12 2025
We added these features
- Added a configurable queue size as a container property for the “Consume with Ack Later” functionality. This lets you adjust the receiver queue size and consumer/connection cache size values, based on their runtime capacity.
com.boomi.container.eventStreams.consumerReceiverQueueSize: Sets the in-memory receiver queue size. The default is 10.com.boomi.container.eventStreams.consumerCacheSize: Limits the number of cached consumer/connection instances. The default is 20.
This change impacts only "Consume with Ack Later" operations and doesn't affect standard message consumption. (ES-3181)
We fixed these issues
- Improved error message for the connector supporting Acknowledge Operation. This improvements provides clearer description and instructions when the process encounters an error. (ES-3215)