Hi,
I’m trying to implement a failure handler for ElasticSearch from the example in the Flink documentation
However, I can only find ExceptionUtils.containsThrowable in Flink 1.3. It is not present in 1.8. Am I mistaken, or if I’m not how I can I implement it using findThrowable ? TIA Nick
|
The listed method no longer exists and
was subsumed by ExceptionUtils#findThrowable, which also gives
access to the Throwable if it could be found.
I have filed FLINK-14334 for updating
the documentation.
On 02/10/2019 15:48, Nicholas Walton
wrote:
Hi,
|
Free forum by Nabble | Edit this page |