-
We are using KPL release 0.12.5 while we wait for a resolution to the following issue:
https://github.com/awslabs/amazon-kinesis-producer/issues/161
Given that we are setting KinesisProducerConfig…
-
Use gstreamer to stream test cases video to consumers.
-
We use KPL to insert data into kinesis, and we use aggregated records which has compressed data. As per the logic, we store multiple user records in single kinesis record, and the data of the record w…
-
I have the following Flink application, running in a docker container, connected to a Kinesalite server:
```
public class DataStreamJob {
private static final Logger LOG = LoggerFactory.getLo…
-
**Describe the bug**
IMP_Alloc fails to alloc the 1396736 size dma buf
malloc the IMP_Alloc varible buf failed
AL_BufPool_init failed
videoThread(): Encoder init failed
**To Reproduce**
Step…
-
I get the above error but I am able to start a container with a bind mount. For example this work on my machine:
```
docker run -d \
-it \
--name devtest \
--mount type=bind,source="$(pw…
-
Is there a plan to add support for golang? we have a use case where we sent mysql binlog data from Maxwell to kinesis, then consume data using aws lambda and everything was built on Go. Now we have to…
-
I am trying the to run the sample as it is, producer works fine but i am getting errors while running the consumer:
Here is the console dump:
Apr 24, 2018 2:55:02 PM com.amazonaws.services.kinesis.c…
-
Using `0.12.3` along this code:
```
ObjectMapper mapper = ...;
byte[] data = mapper.writeValueAsString(someEntity).getBytes(StandardCharsets.UTF_8);
UserRecordResult userRecordResult = produce…
-
Setting the log_level parameter does not have any effect.
E.G: setting it on the java side to "warning", still results in the INFO level processing statistics (stage 1 trigger, etc) being logged.
…