Dear All,

This is my route:

        <log message="zero" />
                        <log message="zero body is :${body}" />
                        
                        <to uri="bean:Display?method=process" />
                        
                        <log message ="before kakfa " />
                        
                        <to ref="callkafkaSuspenseProducer" />


        
                        <log message ="after kakfa " />
                        
                        <to ref="callEventRestService" />
                        
                        
                        <to uri="bean:Display1?method=process" />



callkafkaSuspenseProducer reference is mentioned in the comment line for
reference.

This behaviour is observed only after adding the apache kakfa component in
the route else it works fine.


The route keeps repeating endlessly. Request your help on this

regards
Darwin





--
View this message in context: 
http://camel.465427.n5.nabble.com/Apache-Camel-kakfa-Component-making-the-route-run-continously-infinitely-tp5800761.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to