That's not what I understood, but nevertheless, because of quite a few
reasons, like being the same technology, same dependencies, build time,
etc, the better approach is to implement the new functionality in the
same camel-mongodb component. A separate endpoint is the best approach,
Raul is ri
I just want to add more information about the camel-http component.
camel-jetty and camel-servlet are based on the camel-http component and they
extends the feature of http transport. I think Raul is suggest to extend the
camel-mongoDB to support the gridFS, am I right?
--
Willem Jiang
Red H
Hi,
I've skimmed over GridFS.
Since Mongo drivers already implement the spec, there's some potential for
reuse if we host the new functionality inside the camel-mongodb component
code base.
However, rather than adding more options to the existing "mongo:" endpoint,
I'd much rather prefer to creat
I do not have the time yet to look into it. I sugest to open a JIRA so that
we don't forget it. It may takes a few additional days that a committer
will pick it up.
Best,
Christian
Sent from a mobile device
Am 03.12.2012 13:12 schrieb "Nibin Varghese" :
> Hi,
>
> I would like to propose a mongod
Hi Camel Dev team,
Any updates ?
Regards,
Nibin Varghese
On Mon, Dec 3, 2012 at 5:41 PM, Nibin Varghese wrote:
> Hi,
>
> I would like to propose a mongodb-gridFS component for apache camel. I
> tried searching for the same and I couldn't find any support for gridFS.
> GridFS is a specificatio