Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-5276

Ability to configure BsonConfiguration for default KotlinSerializerCodecProvider

    • Type: Icon: Question Question
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 5.0.0
    • Affects Version/s: None
    • Component/s: Kotlin
    • Labels:
      None
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      When I follow this article to configure the driver with kotlinx-serialization integration, it creates `KotlinSerializerCodecProvider` by default (code) and there's no way to configure BsonConfiguration (code1, code2).

       

      We are planning to migrate the kotlin mongo library from KMongo to the kotlin driver, and we need to configure BsonConfiguration because the `classDiscriminator` was `___type` and now its `_t` for the BsonConfiguration default instance.

       

      We can work around this situation by manually ignoring KotlinCodecProvier while building MongoClientSettings, but it's better if we can configure the default BsonConfiguration directly.

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            jun.tomioka@wolt.com Jun Tomioka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: