-
When deploy kafka docker edition all in one: using docker-compose.yml
```
---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
hostname: zookeeper
cont…
-
# About Version
kafka_exporter 1.7.0 / 2023-05-24
kafka_version 2.2.1
# About Start Shell
```shell
./kafka_exporter \
--kafka.version=2.2.1 \
--web.listen-address=:19308 \
--kafka.server=bigd…
-
Description
===========
In my very simple implementation, I can easily produce 1 million messages per second, but can only consume around 100k messages per second. How can I speed up the consumer …
-
kafka_exporter-1.4.2
kafka version is 2.8.1
the problem is: kafka_consumergroup_current_offset and kafka_consumergroup_lag not display in metrics page,
any suggest?
-
### Issue submitter TODO list
- [X] I've searched for an already existing issues [here](https://github.com/sentry-kubernetes/charts/issues)
### Describe the bug (actual behavior)
After an installat…
-
### Component(s)
receiver/kafka
### What happened?
## Description
The metrics emitted by the Kafka Receiver to not contain enough labels to determine which Kafka Receiver and topic they are refe…
-
Hi!
I am coming from using s3 sink connector, there I could use kafka lag exporter to get the lag from my consumer group automatically created, then exported to prometheus using the exporter.
I am…
-
Description
===========
When `rd_kafka_query_watermark_offsets` is called with a timeout below 1000ms it will most likely not timeout within that time.
`rd_kafka_query_watermark_offsets` sends …
bjosv updated
3 weeks ago
-
### Is your feature request related to a problem? Please describe.
Java [instrumenter](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/8b686b571b8e67bb6ea98af875d3d74cb5063a…
-
## Expected Behavior
When rebalancing occurs during a commit and all offset commit retries are exhausted, the Reactor Kafka library should poll again and process uncommitted messages. The Kafka consu…