[
https://issues.apache.org/jira/browse/BEAM-10664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on BEAM-10664 started by null.
-----------------------------------
> Enable kinesis read on localstack in python cross-language it test
> ------------------------------------------------------------------
>
> Key: BEAM-10664
> URL: https://issues.apache.org/jira/browse/BEAM-10664
> Project: Beam
> Issue Type: Test
> Components: cross-language, io-py-aws
> Affects Versions: Not applicable
> Reporter: Piotr Szuberski
> Priority: P3
> Labels: test-fail, test-patch
> Fix For: Not applicable
>
>
> Enable kinesis read when running with localstack.
> The reason why it's disabled is that kinesis java sdk requires system
> properties `{color:#6a8759}com.amazonaws.sdk.disableCertChecking{color}`and
> `{color:#6a8759}com.amazonaws.sdk.disableCbor{color}` to be set like in
> Java's KinesisIOIT.
> But in cross-language the place of execution is java fn api container, which
> cannot easily have these properties set. One poor solution would be to create
> a separate container for the testing purpose. However, maybe there is
> another, smarter way.
> It's not enough to run expansion service or flink server with -D flags.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)