#16 Add configuration option for events to wait for connection or not
Opened 14 years ago by dpal. Modified 14 years ago

In the current implementation the event that encounters a sink that is connecting to its data storage will not skip this sink but rather retry this sink later when sink is expected to be ready. It is not going to skip the sink hoping that sink would successfully connect. It will just reschedule itself to come back when the time for the sink to get connected elapses.
However there might be sinks that in this case should be skipped and not waited for. Thus there should be a configuration flag that would allow configuring this option on per sink basis.


Login to comment on this ticket.

Metadata