The fix for this issue should include the following change to AbstractRenditionBuilderWork:
@Override public boolean isCoalescing() { return true; }
It would be ideal if the fix also included a unit test to verify that AbstractRenditionBuilderWork subclass instances are marked as coalescing.
Ron
- depends on
-
NXP-25619 Coalescing Work with StreamWorkManager implementation
- Resolved