| Field and Description |
|---|
| org.apache.flink.connector.pulsar.sink.PulsarSinkOptions.PULSAR_MAX_PENDING_MESSAGES
Use
PulsarOptions.PULSAR_MEMORY_LIMIT_BYTES since Pulsar 2.10.0 |
| org.apache.flink.connector.pulsar.sink.PulsarSinkOptions.PULSAR_MAX_PENDING_MESSAGES_ACROSS_PARTITIONS
Use
PulsarOptions.PULSAR_MEMORY_LIMIT_BYTES since Pulsar 2.10.0 |
| org.apache.flink.connector.pulsar.sink.PulsarSinkOptions.PULSAR_MAX_PENDING_MESSAGES_ON_PARALLELISM
This config option was removed sink Flink 1.16
|
| org.apache.flink.connector.pulsar.source.PulsarSourceOptions.PULSAR_SUBSCRIPTION_INITIAL_POSITION
This option would be reset by
StartCursor, no need to use it anymore. |
| org.apache.flink.connector.pulsar.source.PulsarSourceOptions.PULSAR_TRANSACTION_TIMEOUT_MILLIS
Use
PulsarSourceOptions.PULSAR_READ_TRANSACTION_TIMEOUT instead. This would be removed in
the next release. |
| Method and Description |
|---|
| org.apache.flink.connector.pulsar.source.enumerator.topic.range.RangeGenerator.open(Configuration, SourceConfiguration)
Use
RangeGenerator.open(SourceConfiguration) instead. |
| org.apache.flink.connector.pulsar.source.reader.deserializer.PulsarDeserializationSchema.open(DeserializationSchema.InitializationContext)
Use {
#open(InitializationContext, SourceConfiguration)} instead. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.