Hi. I wonder how could Flink assign watermark to c...
# random
j
Hi. I wonder how could Flink assign watermark to complex data format like this
Copy code
{
    "name" : "david",
    "events" : [
        {
            "timestamp" : "2022-08-01 00:00:00",
            "id" : "1"
        },
        {
            "timestamp" : "2022-08-01 00:00:01",
            "id" : "2"
        }
    ]
}
or
{
    "name" : "david",
    "events" : {
        "timestamp: "2022-08-01 00:00:00"
    }
    
}
I would like to create watermark on column timestamp
m
This question is better suited for #troubleshooting
a
Is it though? I would say this is a design/general discussion question, not troubleshooting. If we want to categorize, to me, it deserves a separate channel. It is good to give people more fine-granular possibility to mute channels they are not interested in participating.
πŸ‘€ 1
m
Yes it is based on the current way things are set up. The description of #C03G7LJTS2G is
Asking for help on using Apache Flink!
πŸ˜‘ 1
But can always be discussed on the Dev list of course πŸ˜„
j
Hm. Shall i move my question to #C03G7LJTS2G then
πŸ‘ 1