Skip to content

Commit

Permalink
[FLINK-18182][kinesis] Fixing bad shading of AWS SDK config file, res…
Browse files Browse the repository at this point in the history
…ulting in runtime errors when consuming using EFO
  • Loading branch information
dannycranmer committed Jun 19, 2021
1 parent 246f0db commit a330d43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.apache.flink.kinesis.shaded.software.amazon.awssdk.core.internal.interceptor.HttpChecksumRequiredInterceptor
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,9 @@ under the License.
<exclude>flink-python/lib/**</exclude>
<exclude>flink-python/dev/download/**</exclude>
<exclude>flink-python/docs/_build/**</exclude>

<!-- AWS SDK config that does not support license headers -->
<exclude>**/awssdk/global/handlers/execution.interceptors</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit a330d43

Please sign in to comment.