-
I have a stream with 1 shard so its throughput in bytes should be The KPL includes a rate limiting feature, which limits per-shard throughput sent from a single producer. Rate limiting is implemented…
-
I have a memory leak problem writing to kinesis from node and I wanted to verify if it happens as well with this sample producer.
I verified that if instead of 10 writes, you modify the code to write…
-
This is the sameor similar to the closed issue #14 https://github.com/disneystreaming/pg2k4j/issues/14. I can't reopen it myself.
In my use case I have a transaction that is larger than 1MB and thi…
-
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, Experter
I encounter an issue that records lost when called PutRecords api to send data to kinesis.
It returns no error when call PutRecords in producer side.
But no records get in cu…
-
There are times when we need to restart the kinesis producer to get messages to send again, and we do this by calling `KinesisProducer.destroy()`, followed by `new KinesisProducer(config)`. However, w…
-
I am seeing the content of some messages being concatenated and delivered to the listeners of a stream as one message instead of two.
I suspect that the fact that my application is creating more th…
gcobr updated
7 years ago
-
### Is your feature request related to a problem? Please describe
Today, OpenSearch exposes an HTTP-based API for indexing, in which users invoke the endpoint to push changes. It also has a “_bulk” A…
-
What properties should be configured for Worker and Connector to consume Avro encoded events from Kafka Topic?
Currently the task fails if i use Avro Converters as mentioned below.
connect-avro…
-
When using multiple KPL instances on the server for multiple regions, do I need to specify a unique temp directory for each instance or leaving the deafaults "/tmp" is good enough?
do I need to d…