Justin Pfifer
Justin Pfifer
In this case you will need to configure the Kinesis client to use the credentials that have access rights to the stream (STS or provided). You will want to configure...
Additional request for awslabs/amazon-kinesis-client#77 * UserRecord's fields are missing. for example 'subSequenceNumber' * The ability to specify the subsequence number at which to checkpoint * Additional features
We suspect it's due to a stream becoming somewhat silent. This cause the metrics system to believe there are events but there isn't actually any events. We are still looking...
It appears Alpine Linux is based of musl libc and busybox. The kinesis_producer binary is linked against glibc, so when the loader kicks off it's failing to find correct libc.so...
The stack trace you provided is the message you would expect to see for a linked library missing. The The file not found is coming from the inability to load...
With the 0.12.x version, which uses the AWS C++ SDK and Curl, proxies should work. I will need to investigate how you would pass proxy configuration to the native process....
I really need to tell people to place reactions on the top post. GitHub's issue sorting only appears to work if the reactions are on the initial post. Curl, which...
Is this still a problem with the 0.12.x release?
That can be either CloudWatch or Kinesis. The reason it doesn't say is that at the point where the log message is received it doesn't know what the request was....
For the short term you can set the logging level of for LogInputStreamReader to WARN or higher. I do intend to add the ability to configure the reporting from the...