0

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.

1 Answers1

1

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.

Dian Fu
  • 211
  • 1
  • 2