Re: Learn flink source code book recommendation

2020-11-24 Thread Timo Walther
Hi, one advice I can give you is to checkout the code and execute some of the examples in debugging mode. Esp. within Flink's functions e.g. MapFunction or ProcessFunction you can set a breakpoint and look at the stack trace. This gives you a good overview about the Flink stack in general.

Re: Learn flink source code book recommendation

2020-11-24 Thread Till Rohrmann
Hi, the best way learning Flink's source code would be to dive into it [1]. [1] https://github.com/apache/flink Cheers, Till On Tue, Nov 24, 2020 at 3:43 AM 心剑 <2752980...@qq.com> wrote: > Excuse me, I want to learn the flink source code. Do you have any good > information and the latest books

Learn flink source code book recommendation

2020-11-23 Thread ????
Excuse me, I want to learn the flink source code. Do you have any good information and the latest books?