micronaut-mongodb
micronaut-mongodb copied to clipboard
Kotlin coroutines driver
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?
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.
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