R and [FLINK-9730]?
-Original Message-
From: Chesnay Schepler [mailto:ches...@apache.org]
Sent: Friday, July 06, 2018 9:48 AM
To: dev@flink.apache.org; NEKRASSOV, ALEXEI
Subject: Re: AsyncIOExample.SampleAsyncFunction
Correct, either counter must be made static, or both the executorServic
...@apache.org]
Sent: Friday, July 06, 2018 9:48 AM
To: dev@flink.apache.org; NEKRASSOV, ALEXEI
Subject: Re: AsyncIOExample.SampleAsyncFunction
Correct, either counter must be made static, or both the executorService and
random non-static (which makes the counter unnecessary).
For an example I
Correct, either counter must be made static, or both the executorService
and random non-static (which makes the counter unnecessary).
For an example I would regard the latter as preferable to ensure that
instances don't interfere with each other.
As for your question, for a given instance ope