Re: Option to disable chaining?
Posted by
Stephan Ewen on
Feb 08, 2016; 7:02pm
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/Option-to-disable-chaining-tp10209p10212.html
It may be useful for example when you have two MapFunctions and each does
something CPU intensive, or communicates with an external service.
Without chaining, you will have two threads and an elastic channel between
the functions to buffer some records, which may help in such a case.
On Mon, Feb 8, 2016 at 7:57 PM, Greg Hogan <
[hidden email]> wrote: