Closed
Description
We are using release 2.1.7.
As is noted in the "What's Different" page, the variant of groupBy
that accepts a custom map factory is not currently part of the 2.x API. We were relying on this to implement "eviction" of groups that haven't been seen for a "long time" (where "long" is user specified). Our system maintains Flowable instances for its entire lifetime (which is hopefully weeks/months), so it is important to be able to reclaim resources as we go.
Anyway -- my questions are -- are the plans to bring this back? Is there a suggested alternative for implementing the disposal of groups after a period of inactivity? Any guidance would be appreciated.