-
Alexey,
Just wanted to bring something I noticed to your attention.
The _enable_channel()_ function which enables or disables a given channel returns an error message which I'm guessing you're…
-
i'm using pinot 0.8.0 master branch.
Currently my producer is sending the records for 10 seconds and in the mean time the producer is idle and its throwing out the below error. same error is being…
-
Hi,
Using Paws version 0.36.
I'm trying to use Kinesis GetShardIteractor with AT_TIMESTAMP, but something in the request encoding is not working properly.
I debugged this, and found the issue…
-
My java application uses KPL 0.13.1 and is deployed as a lambda. However, I wish to exclude amazon-kinesis-producer-native-binaries windows folder from the final Jar file. There is an kinesis_producer…
-
I don't see it in the docs, but does Gyro support AWS Kinesis? In particular I'm looking to setup a Kinesis Firehose Delivery Stream.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/…
-
**Describe the bug**
When stubbing like this:
```
kinesis_stubber.add_response(
'put_records',
expected_params={
'Records': ANY,
'StreamN…
-
from snowplow/snowplow#2456:
>The idea here is:
When writing data to ES, we also store the Kinesis shard checkpoints alongside the data
These checkpoints will be backed up alongside the event dat…
-
Similar to https://github.com/awslabs/amazon-kinesis-client/issues/652 I want to use the multilang client v2 with local stack. However I cannot use the API call mentioned there since it is not exposed…
-
## Describe the bug
If you use the quarkus-lambda extension you can consume all AWS events by simply implementing the interface and selecting the correct type of event. In case of Kinesis :
```
…
debae updated
1 month ago
-
### What happened?
#### Bug description
Setup details:
- FlinkRunner (Flink 1.15.4) (also replicated with Flink 1.18.2)
- KinesisIO (from `beam-sdks-java-io-amazon-web-services2`)
- Beam versio…