camel-quarkus
camel-quarkus copied to clipboard
[MongoDB] CDI named clients
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.
Hello @squakez. Do you know if this is still up-to-date?
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.