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

Allow embedded fields to be used as timeseries.timefield

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Won't Do
    • Icon: Major - P3 Major - P3
    • 1.11.0
    • None
    • Sink
    • None

    Description

      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".

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: