[
https://issues.apache.org/jira/browse/BEAM-10137?focusedWorklogId=464466&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-464466
]
ASF GitHub Bot logged work on BEAM-10137:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/20 10:15
Start Date: 30/Jul/20 10:15
Worklog Time Spent: 10m
Work Description: piotr-szuberski commented on pull request #12297:
URL: https://github.com/apache/beam/pull/12297#issuecomment-666279110
@TheNeuralBit Sorry for lots of messages but every day brings something new.
I've managed to modify existing KinesisIOIT to work with localstack (I'll
push it in a separate PR).
I've also managed to run cross-language read test. But it required putting
this code anywhere in harness code, which is definitely not any solution:
```
System.setProperty("com.amazonaws.sdk.disableCertChecking", "true");
System.setProperty("com.amazonaws.sdk.disableCbor", "true");
```
I have no idea how to dynamically inject these except for creating custom
beam java sdk docker image with modified harness code especially for this test.
I don't think it's an acceptable solution though. Do you possibly have a better
idea?
If this is the only thing we could do I'd just skip read test and just
execute only write instead in the postcommit.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 464466)
Time Spent: 3.5h (was: 3h 20m)
> Add cross-language wrapper for Java's KinesisIO Read
> ----------------------------------------------------
>
> Key: BEAM-10137
> URL: https://issues.apache.org/jira/browse/BEAM-10137
> Project: Beam
> Issue Type: Sub-task
> Components: cross-language, io-java-kinesis, io-py-aws
> Affects Versions: Not applicable
> Reporter: Piotr Szuberski
> Assignee: Piotr Szuberski
> Priority: P2
> Labels: portability
> Fix For: Not applicable
>
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> Add cross-language wrapper for Java's KinesisIO Read
--
This message was sent by Atlassian Jira
(v8.3.4#803005)