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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to