-
### Description
Feel free to close this if there is a better place to put this or if I'm incorrect. But I feel like there are improvements that could be made to the kinesis ingestion to resolve the m…
-
I created this issue to keep track on transports that would be nice to add. So if you think that we should add support for something comment here instead of opening a new issue.
* [ ] - AMQP 1.0 (…
-
_This issue was originally opened by @ppeterson-evotek as hashicorp/terraform#23598. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-i…
ghost updated
2 months ago
-
Code snippet:
```
kinesisClient := kinesis.NewFromConfig(cfg, func (o *kinesis.Options) {
o.BaseEndpoint = aws.String(appConfig.AwsLocalEndpoint)
})
stream := flag.String("stream", st…
-
Sometime (in Travis) the following test fails:
```
[info] - When the response is a failed batch it should shutdown and stop processing *** FAILED ***
[info] org.mockito.exceptions.verificat…
-
When I run:
bin/kcl-bootstrap --java /usr/bin/java -p ./samples/basic_sample/consumer/sample.properties -e
it gives me this error:
ERROR: Unable to download MultiLangDaemon jar files from maven…
-
We have been successfully using multiple java app consumers(multiple kinesis applications) for single kinesis stream using dynamodb table per consumer for checkpoint information. But now we have a use…
-
```
INFO Extracting binaries to /tmp/amazon-kinesis-producer-native-binaries (com.amazonaws.services.kinesis.producer.KinesisProducer:881)
[2021-03-10 05:11:20,904] ERROR WorkerSinkTask{id=kafka-ki…
-
### Describe the bug
Hello,
I'm encountering problems with the use of KinesisClient when trying to deregister a customer.
With the following code :
```
kinesisClient.deregisterStreamCo…
-
Hey,
I was about to try your library which looks very promising. Could you add some kind of information on how to setup the DynamoDB and what would be the primaryKey for it?
I cannot initialize …