-
I have a kafka topic which currently has **97k** messages across **10 partitions**.
The connector runs **very slow - processing only 150 to 200 messages per min**.
**K8s cluster details:** 3 node …
-
Currently each dataset duplicates the definitions of the ECS fields that it uses (data type, descriptions, examples, etc). This puts a burden on the package maintainers to copy the ECS definitions int…
-
Hi,
I am using camel's aws and kafka components.
```
from("aws-s3://checkoutk1?autocloseBody=true&deleteAfterRead=false&args=....")
.idempotentConsumer(header("CamelAwsS3ETag"…
-
Currently `metric name` is hard coded to a specific value (see the example on [Kafka scaler](https://github.com/kedacore/keda/blob/e79249aa8731f7a554b025c1e49f29114b27a077/pkg/scalers/kafka_scaler.go#…
-
I am using flowing mode consumer with my node application. I want to fetch only few number of messages at a time. Does it keep fetching messages and buffer them in a queue? If yes, then can we change …
-
We are using transactions to produce messages to Kafka (based on code mentioned in documentation and also pasted here for reference and all was working fine with no issues. But off-late we are seeing…
-
I am using S3 source connector tp fetch files from S3. It works fine and gets back all records.
But on adding new files, it again gives all reacords.
Here is my configuration
```
{
"name":…
-
Currently the Sarama configuration is set (in pkg/common/kafka/util/util.go) via some parameters and constants. We would like to use a configmap for these settings where possible and reasonable. The…
-
This is a feature request and API proposal to allow cursor persistence for consumer offset checkpointing.
### Use-case
Ably stores messages that are sent by customers. Those messages are published…
-
i have setup a sample maven springboot app to test out spring security implementation. no success so far.
here is the git repo with the app code - https://github.com/swarupdonepudi/grpc-sb-hello-wo…