Archived

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

How to publish batched Icestorm events manually?

Hello,

Is it possible to publish batched Icestorm events through code instead of at some interval?

Thanks
Shifu

Comments

  • benoit
    benoit Rennes, France
    Hi,

    There's no way to control programatically the sending of events in batches to subscribers. Batching is an optimization that provides better throughput at the expense of latency, if you want events to arrive as soon as received it's best to use the oneway delivery QoS.

    Cheers,
    Benoit.