-
Hi Team,
I'm running zilla with kafka crud use case, where i primarily focused on POST. Initially the app was running fine with 0.9.89 , able to get 204 response when we hit it with curl. We see an a…
-
When deploy kafka docker edition all in one: using docker-compose.yml
```
---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
hostname: zookeeper
cont…
-
This is my debezium config:
```
{
"name": "${CONNECTOR_NAME}",
"config": {
"connector.class": "${CONNECTOR_CLASS}",
"tasks.max": "1",
"snapshot.mode": "schema_only",…
-
**Describe the feature:**
I want to be able to group by (split) hits/alerts/context into individual actions based on specific fields, similar to `Custom Threshold` rule Group by.
**Describe a specif…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:2.4.14--> master-20241122-cfa1f1f1-amd64
- Deployment mode(standalon…
-
Here is the issue for the **Kafka Server Monitoring Dashboard** based on the updated template and metrics collected by the Kafka metrics receiver at OpenTelemetry:
---
## Dashboard Name
Kafka…
-
I tried with this docker-compose file:
```
version: '3.4'
volumes:
cloudserver-data:
name: cloudserver-data
cloudserver-metadata:
name: cloudserver-metadata
mongo-data:
name…
-
I have http API service on fastapi that only write to kafka by aiokafka. So I only one producer cause very high fetch rate on monitoring graphs - usually 3.5-4k - that amount is sum of counts rates fo…
-
### Related problem
Changing uid, problem with links in internal project documentation
### Suggested solution
Add a configurable uid field to the JSON definitions of Grafana dashboards
###…
-
**Describe the solution you would like**
Is there a recommended approach to instrumenting the kafka-go library with OpenTelemetry?
Standard consumer and producer metrics with support for standar…