camel-quarkus icon indicating copy to clipboard operation
camel-quarkus copied to clipboard

[MongoDB] CDI named clients

Open squakez opened this issue 5 years ago • 2 comments

As a follow up of a discussion still open in Quarkus community, we should fix the way we retrieve named mongo clients in mongodb extensions. The PR #1688 should patch the behavior allowing the possibility to use any mongodb client in our routes, but we must follow the work on Quarkus and provide a more reliable solution once that is available.

squakez avatar Sep 10 '20 13:09 squakez

Hello @squakez. Do you know if this is still up-to-date?

zbendhiba avatar Jun 08 '22 12:06 zbendhiba

Hello @zbendhiba. I think this is still valid. I haven't followed by near the evolution of the problem on the Quarkus side, but I guess they haven't really fixed the problem. As stated in https://github.com/apache/camel-quarkus/pull/1688#issuecomment-690276425 we do have a workaround to use any MongoDB connection. However, if we want to be in line with Quarkus development, I guess we must keep this open and apply the needed changes once they are available in the platform.

squakez avatar Jun 10 '22 07:06 squakez