You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/04/03 02:54:00 UTC

[jira] [Updated] (BEAM-10664) Enable kinesis read on localstack in python cross-language it test

     [ https://issues.apache.org/jira/browse/BEAM-10664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-10664:
-----------------------------------
    Status: Open  (was: Triage Needed)

> 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.3.4#803005)