Use the new constructor of 'Disruptor' instead of a deperecated one 89/79089/5
authorJie Han <han.jie@zte.com.cn>
Sun, 30 Dec 2018 07:13:18 +0000 (15:13 +0800)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Jan 2019 10:22:39 +0000 (11:22 +0100)
Rather than passing a pre-configured ThreadPool, we use a ThreadFactory
to instantiatiate the Disruptor.

Since we require an executor to dispatch subscription listeners,
create a separate thread pool to execute them on.

Change-Id: I75605a5deadc477bc91f275b5fd04d7907fbd631
Signed-off-by: Jie Han <han.jie@zte.com.cn>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found