You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
Describe the bug
I think I have found a problem when I tries to execute Flink's job with both pulsar-connector especially in flink's TimeCharacteristic.EventTime mode.
Why I think so is that I have tried same code with Kafka source It works well with the Event time window.
By the way with Pulsar connector, Flink doesn't seems to recognize its TimeCharacteristic is EventTime.
And Flink's dashboard says that it is not running in EventTime Window mode like below.
I have checked that timestamps that I'm creating with source data is normal like this.
Could you please let me know whether if pulsar connector support watermarking code like mine ?
Here is the environment that I have tested so far.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Posted with description.
Additional context
The text was updated successfully, but these errors were encountered: