Hi I am not aware of any specific reason. And if there was one, then I prefer to write code comments or in the class javadoc about such reason.
We love contributions so you are welcome to log a JIRA and work on a patch to implement this. http://camel.apache.org/contributing.html On Mon, Aug 10, 2015 at 10:01 PM, Abhijeet Kushe <[email protected]> wrote: > I wanted to know why the HazelCastSedaConsumer the 2.x or 3.x version does > not implement ShutdownAware interface which is implemented by > Camel-SedaConsumer > <http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/seda/SedaConsumer.html> > . > We wanted to automate the gracelshutdown feature of one our services which > uses Camel and Hazelcast but we are blocked because we cannot find the > pendingInflightExchanges.We can extend the consumer where we implement that > service and maintaining the exchange count separately but it would have > been good if the Hazelcast themselves were implemented > But before beginning our implementation I wanted to know if there is a > specific reason for not implementing it or it was a miss > > -- > Thanks & Regards > Abhijeet S Kushe -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2nd edition: http://www.manning.com/ibsen2
