Re: Pulsar connector 2.9.1 failing job submission in standalone.

2022-02-21 Thread Luning Wong
Luning Wong 于2022年2月21日周一 19:38写道: > import logging > import sys > > from pyflink.common import SimpleStringSchema, WatermarkStrategy > from pyflink.datastream import StreamExecutionEnvironment > from pyflink.datastream.connectors import PulsarSource, > Pulsar

Re: Pyflink with pulsar

2022-02-17 Thread Luning Wong
The Pulsar python source connector will be released in 1.15 version. if you want to use it right now, you could compile the master branch. When I completed the python connector code, I only tested the native pulsar protocol without KOP. Usage examples are in comments of the PulsarSource class and