Hi rperseguini,

If I understood your scenario correctly you could switch to the COMMAND subscription mode.
The trick to adopt in your Data Adapter is to consider as "key" field for COMMAND mode updates the 1-minute slot. Please consider that in COMMAND mode updates for the same key are handled as MERGE.
Furthermore your Data Adapter should take care of push an ADD command when the new 1-minute slot starts and also to consider the maximum number of slots to manage with the possibility of deleting the oldest ones.

For demo example of COMMAND mode please refer to this: https://demos.lightstreamer.com/PortfolioDemo_Basic/

I don't think the Preprocessor is useful in your case, however you can find the documentation in section 3.4 of General Concepts documentation.

Regards,
Giuseppe