disruptive
disruptive

Reputation: 5946

Python API streaming examples for RabbitMQ on Flink

Considering using Flink in place of Spark. Firstly cannot seem to find any examples that use the Python API in a streaming mode. I.e. going here, I don't see any: https://ci.apache.org/projects/flink/flink-docs-master/apis/streaming/ option for python

The use case is streaming in flink with RabbitMQ message broker and all with python bindings. Is this possible?

Upvotes: 1

Views: 966

Answers (1)

Chesnay Schepler
Chesnay Schepler

Reputation: 1280

Flink has no Streaming Python API.

Upvotes: 2

Related Questions