Uploaded image for project: 'Kafka Connector'
  1. Kafka Connector
  2. KAFKA-363

Allow embedded fields to be used as timeseries.timefield

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • 1.11.0
    • Affects Version/s: None
    • Component/s: Sink
    • None

      Right now, timeseries.timefield can be a top-level field (typically "timestamp"). Some users would like to be able to set timeseries.timefield to an embedded field. For example instead of

      {
        "timestamp": 1680720673000,
        other data
      }
      

      They'd like to be able to send

      {
        "subdocument": {
          "timestamp": 1680720673000
        },
        other data
      }
      

      and be able to set timeseries.timefield to "subdocument.timestamp".

            Assignee:
            valentin.kovalenko@mongodb.com Valentin Kavalenka
            Reporter:
            amit.jain@mongodb.com Amit Jain
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: