Please Refer the attached image of the dummy model for reference (dummy-astar.png.)
IAT of the source is very less in comparison to the processing time of the processor. Since the MAX CONTENT of the Processor is limited to one, the source gets blocked after releasing one flow item(Person), until the flow item is processed and released to sink.
Source is using transport (AStar: Task Executer as Flowitem)
The behavior i want is that the source should release the flow items continuously and the flow items should form some kind of line near the processor acquiring the A* nodes.
Is it possible ?, if not what is the closest thing that is achievable and how ?