Open predator4ann opened 2 years ago
Can you provided your environment?
It should be fixed by: https://github.com/apache/pulsar/issues/17534
The PR is ready: https://github.com/apache/pulsar/pull/17548
We will get this fixed after bump the client to 2.11.0
The PR is merged: https://github.com/apache/pulsar/pull/17548
Describe the bug When use PulsarSink with delivery guarantee DeliveryGuarantee.EXACTLY_ONCE and delaySendingMessage, the deliverAtTime would be invalid and consumer can poll message before deliverAtTime.
To Reproduce Steps to reproduce the behavior:
Expected behavior SourceDemo should receive message after at least 1 minute, actually pulsar source receive message before deliverAtTime in message metadata.
Screenshots N/A
Additional context Java client api : org.apache.flink:flink-connector-pulsar:1.15.1 Deploy mode: standalone on docker(2.10.1) & cluster on k8s(2.9.x)