commit | 6c54bfa19cb317030288df0c7f49d5554be67de5 | [log] [tgz] |
---|---|---|
author | rinkako <jiajidi@163.com> | Thu Jun 18 19:56:17 2020 +0800 |
committer | MartijnVisser <martijn@2symbols.com> | Mon Apr 04 15:45:43 2022 +0200 |
tree | a3d98ec282dd47aa42c1617620597e9701fb49a0 | |
parent | bc5bc2fa0e9b1c660702edab45025f9b4e785dff [diff] |
[FLINK-18359] Log failures in handler instead of ElasticsearchSinkBase This allows more control for the handler whether or not to log error messages. In some cases, users know that they will get a lot of failures, for example when back-filling existing data in ES. For those, you don't want your log flooded with ERROR messages.