HI Flinksters, Have one quick question, hopefully someone could help me get some answers:
When is the DataExchangeMode.BATCH is actually being used, and how does the consumer know when to start consuming the buffer In the pipelined mode, the producer tell JobManager via JobManager ! ScheduleOrUpdateConsumers to create network connection. But I could not find trigger for blocking/ batch mode of execution. - Henry