You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for collapsing sink batches based on message acknowledgment
- Introduced CollapseBatchOnMessageAck field in DataFlowSpec to control whether message acknowledgment forces MaxBatchSize=1.
- Implemented logic in the processor and connectors to respect the new collapsing behavior.
- Added unit tests to validate the new collapsing functionality for various scenarios.
- Updated CRDs and documentation to reflect the new CollapseBatchOnMessageAck configuration.
0 commit comments