| commit | bfaa761bf7889c27763d1e3b4939f8d9766913d7 | [log] [tgz] |
|---|---|---|
| author | Dawid Wysakowicz <dwysakowicz@apache.org> | Tue Jun 02 17:09:26 2020 +0200 |
| committer | MartijnVisser <martijn@2symbols.com> | Mon Apr 04 15:45:43 2022 +0200 |
| tree | 6d41c7e627da53dc18cce132c45bfaa0d7cd4a79 | |
| parent | 024382389d6bd3907b296a14b9032b80c13c4ade [diff] |
[FLINK-18006] Always overwrite RestClientFactory in ElasticsearchXDynamicSink We always overwrite the RestClientFactory in order to workaround an issue with shading classes in lambdas deserialization method. That way we never use the default lambda from ElasticsearchSink$Builder which cannot be deserialized when used from a flink-sql-connector-elasticsearch module due to shading. This closes #12455