You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 17:17:18 UTC

[GitHub] [beam] damccorm opened a new issue, #20416: Enable kinesis read on localstack in python cross-language it test

damccorm opened a new issue, #20416:
URL: https://github.com/apache/beam/issues/20416

   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.
   
   Imported from Jira [BEAM-10664](https://issues.apache.org/jira/browse/BEAM-10664). Original Jira may contain additional context.
   Reported by: piotr-szuberski.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org