Just found a nice (but old) blog post that explains Flink's integration
with Kafka:
https://data-artisans.com/blog/kafka-flink-a-practical-how-to
I guess, the basics are still valid
Nico
On 16/01/18 11:17, Nico Kruber wrote:
> Hi Jason,
> I'd suggest to start with [1] and [2] for getting the ba
Hi Jason,
I'd suggest to start with [1] and [2] for getting the basics of a Flink
program.
The DataStream API basically wires operators together with streams so
that whatever stream gets out of one operator is the input of the next.
By connecting both functions to the same Kafka stream source, your
Hi,
I have a question that I have not resolved via the documentation, looking in
the "Parallel Execution", "Streaming" and the "Connectors" sections. If I
retrieve a kafka stream and then call the process function against it in
parallel, as follows, does it consume in some round robin fashion b