pulsar-flink
pulsar-flink copied to clipboard
fix incorrect method getUseEarliestWhenDataLossAndRemoveKey
pulsar.reader.use-earliest-when-data-loss
property has been transformed into useEarliestWhenDataLoss
by method getPulsarProperties
in readerConf
.
So methdo getUseEarliestWhenDataLossAndRemoveKey
should get useEarliestWhenDataLoss
from readerConf instead of use-earliest-when-data-loss
.
@syhily Could you also take a look?