I want to stop route when all files consumed by hdfs2 consumer or you can say when it become idle.
Like we have simple route
from("hdfs2"in")
.to("file:out")
As we know hdfs2 is not a Batch Consumer and Pooling Consumer, so we cannot
use CamelBatchSize and sendEmptyMessageWhenIdle here.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-hdfs2-consumer-stop-route-when-route-is-idle-tp5759229.html
Sent from the Camel - Users mailing list archive at Nabble.com.
