-
I'm running DataHub via Helm Chart and during some large ingestion jobs, resources are being consumed so heavily that usage is reaching its limit and it starts throttling until it can't even answer th…
-
### Discussed in https://github.com/tchiotludo/akhq/discussions/1888
Originally posted by **0nurulusoy** July 31, 2024
Got it! Here is the revised version of your question:
I want to enable…
-
Are there any plans to support `PREFIXED` consumer groups (service type: application)?
For now I implemented this at in [my fork](https://github.com/fholzer/kafka-gitops/tree/add-service-prefixed) …
-
Hi,
We used to be able to display the consumer groups existing on a given topic (by clicking on the "Consumer Groups" tab) but it's not working anymore since we migrated our Kafka clusters from Str…
-
After updating from 0.25.0 to 0.25.1 we get a black screen when trying to access AKHQ.
In the browser's debbuger we see the error: `TypeError: t.resources is undefined`
![grafik](https://github.co…
-
librdkafka supports broker based balanced consumer groups (see [FAQ](https://github.com/edenhill/librdkafka/wiki/FAQ)), would be awesome to have this API wrapped in ocaml-kafka lib.
Lupus updated
2 years ago
-
Hi everyone. I'm facing some issues to deal with the memory increase in Redis 5.0.9. Our setup consists of 3 VM's, master, slave, and a Sentinel.
Our application pipeline consists in:
`XADD myst…
-
## Current Behavior
Limits of Consumers in Konnect:
- `username`'s length < 128 and match regex `^[\p{L}\p{N}.\-_~+@/\[\]]+(?: [\p{L}\p{N}.\-_~+@/\[\]]+)*$`
- `custom_id` match regex `^[0-9a-zA-Z…
-
**Description**
The number of consumers created for a single topic is calculated using:
`int numOfThreads = Math.min(numOfConsumers, listPartitionInfo.size());`
But because the kafka consumer group…
-
**Is your feature request related to a problem? Please describe.**
We are currently facing the problem to run multiple Thingsboard instances (e.g. Dev/Prod) on the same Kafka Cluster with Message Que…