Archived

This forum has been archived. Please start a new discussion on GitHub.

Backlog in IceStorm Subscriber

Hello,

I have a problem with backlog of IceStorm topic calls when the subscriber is too slow with processing the calls.
My topic publisher publishes data at a high frequency.
Some of my subscribers need longer than the cycle duration to process the data.

Is it possible that IceStorm only sends the newest data to the subscribers instead of buffering all the messages?

thanks
Mirko

Comments

  • benoit
    benoit Rennes, France
    Hi,

    IceStorm doesn't currently provide the option to override old messages with recent ones, it always tries to deliver all the messages. This is something we plan to improve in the future.

    Cheers,
    Benoit.
  • ok, thanks for the quick reply.