-
Hello everyone! I have a question regarding the number of threads being created. As far as I know, librdkafka creates the following number of threads:
Total number of threads = 2 + Number of brokers.…
-
This is a placeholder for @mtupitsyn to add any errors he finds with running SMD at HPE.
-
After running `docker-compose up -d` in `examples/cp-all-in-one` i get the following error:
```
$ docker-compose up -d
Building connect
Downloading context: https://github.com/confluentinc/kafka-c…
-
Vulnerable Library - kafka-clients-0.11.0.3.jar
Library home page: http://kafka.apache.org
Path to dependency file: /nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-11-nar/pom.xml
Path to vulnerabl…
-
An idea. A purely functional language that is distributed for both build and execution. There are only two concepts:
* `types` which is basically JavaScript types.
* `functions` which are function…
-
Kafka 允許使用者在讀寫資料時,當 topic 不存在則立刻用預設參數建構一個。這種用法可以方便使用者在讀寫端避免介入 admin 的操作,同時具備一定的容錯(不用事先檢查是否建立),然而這種使用方式有一個副作用,那就是容易產生 idle topics。
idle topics 產生的副作用就是系統內會堆疊許多許多的 partitions,當叢集的操作涉及到所有 partitions 時…
-
Hi,
I have enabled ebs autoscaling for kafka cluster.
`resource "aws_msk_cluster" "kafka" {
.....................
broker_node_group_info {
instance_type =
**ebs_volume_size = 1**…
-
Description
===========
Hi Team,
I am getting OutOfOrderSequenceException,
Please find my settings
"LingerMs": 20,
"BatchNumMessages": 1000,
"MessageMaxBytes": 1000000,
…
-
I have some dependency while processing the message so I am using `eachMessage` and also the consumer `pause/resume` method. **What I want to do is, when I pause the consumer, I want to discard the me…
-
Hi team,
Ran into an odd issue while experimenting with the `retention.ms` topic configuration. The issue is setting an absurdly low retention time (10sec) and restarting redpanda seems to create …