5

I'd like to create a custom user-defined connector / source in pyflink. I see documentation for doing so in Java / Scala but none for Python. Is this possible?

Ali Bigdeli
  • 1,286
  • 3
  • 17
  • 35
Awesome-o
  • 2,002
  • 1
  • 26
  • 38
  • Why would someone down-vote this? I've done my research, there is no resource clearly explaining if this is possible in Python, or not. I therefore must conclude that either it is possible and not documented, or it's not possible, thus I turn to the community for help. – Awesome-o Aug 06 '20 at 17:02
  • Hey, same problem, have you gotten anywhere with this? – MjBVala Dec 28 '20 at 01:33
  • I moved on to using the JVM directly instead. – Awesome-o Jan 04 '21 at 01:42

1 Answers1

1

No, that part of Flink's API is not available from Python.

David Anderson
  • 39,434
  • 4
  • 33
  • 60