Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin coroutines driver #565

Draft
wants to merge 3 commits into
base: 6.0.x
Choose a base branch
from
Draft

Conversation

nenros
Copy link

@nenros nenros commented Jan 11, 2024

HI!
I was thinking about preparing mongo ocnnection with kotlin coroutine. And I found some issues:

  • Mongo client is final:
error: Cannot apply AOP advice to final class. Class must be made non-final to support proxying: com.mongodb.kotlin.client.coroutine.MongoClient
  • Health indicator code

I guess that both problems i wouldresolve with moving code to kotlin, is it allowed? Maybe you know better solution?

@CLAassistant
Copy link

CLAassistant commented Jan 11, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@graemerocher
Copy link
Contributor

I guess the mongo client for Kotlin can't be made refreshable, but that isn't necessarily a problem. Sorry for the late reply this would slip through the cracks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants