I've been trying various examples, but I need to see how to connect PyFlink to Pulsar. I have Pulsar 2.8.0, Flink 1.13.1 and Scala 2.11. I just need to see how to set the parameters for PyFlink to connect to a topic on Pulsar.
Please help.
I've been trying various examples, but I need to see how to connect PyFlink to Pulsar. I have Pulsar 2.8.0, Flink 1.13.1 and Scala 2.11. I just need to see how to set the parameters for PyFlink to connect to a topic on Pulsar.
Please help.
Pulsar source connector is supported in PyFlink since Flink 1.15.0. You can refer to FLINK-25530 for more details.
On how to use Pulsar source connector, you could refer to the examples shown in PulsarSource for more details.