-
We have a similar looking exception - but its not the same - as the one in #50:
```
Traceback (most recent call last):
File "java.lang.Thread.java" line 745 in run
File "com.google.common.util.c…
-
The Kinesis connector seems to have very limited usage from looking at slack conversations and vendor data.
The current connector codebase uses a old, deprecated SDK for Kinesis that is now in mainte…
-
### TODO
- Write a kinesis producer
- Write a kinesis consumer
- Deploy and test
### References
- Developing kinesis producer https://docs.aws.amazon.com/streams/latest/dev/building-produce…
-
See: https://github.com/awslabs/amazon-kinesis-agent/blob/6a88340b2ef4413538085738b3fa4ce0432bf394/src/com/amazon/kinesis/streaming/agent/tailing/KinesisSender.java#L121-L128
```
2016-07-13 21:32:40.…
-
I have the log files (WEB1_access_log_20170913-154844.log) . But when I set up the agent, it couldn't parse any record. Here is part of the error log:
2017-09-15 19:29:11.607+0000 ip-172-31-32-44…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Enhancement description
AWS supports Firehose dynamic partitioning of S3 prefixes by using keys in the streami…
-
Hi @itsvikramagr,
Thanks again for writing this library and providing constant support to community.
Our spark structure streaming code doesn't need to be stateful. We are ok with cluster or ex…
-
Allow record format conversion for Kinesis Data Firehose delivery streams as described here: https://docs.aws.amazon.com/firehose/latest/dev/record-format-conversion.html
Part of https://github.c…
-
Now, I using Kinesis Client Library v2 and I have problem
```
[aws-java-sdk-NettyEventLoop-2-7] DEBUG software.amazon.awssdk.http.nio.netty.internal.http2.SdkHttp2FrameLogger - OUTBOUND SETTINGS:…
-
As consumer it makes sense in my opinion to have some control over the ingestion rate, so we rate limit how much we are consuming. This can lead to strange behavior due to time-outs as in some scenari…