You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Piotr Szuberski (Jira)" <ji...@apache.org> on 2020/08/10 09:50:00 UTC

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

Piotr Szuberski created BEAM-10664:
--------------------------------------

             Summary: 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
             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 set. One poor solution would be to create a separate container for the testing purpose. 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)