-
## 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…
-
Hi I have recently upgrade to the akka-stream kafka version 1.0.5. My broker is version 2.3.0, and the client is 2.1.1.
I am observing this very but very strange behavior:
When I run multiple …
-
##### Description
Started getting errors of broken pipe and EOF when moved to go1.22. Maybe it coincided with changes on kafka server, want to get some information before passing this problem to co…
-
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…
-
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
-
## API Management Operator: Add coarse grained authorisation to API gateway to allow/deny access to component based on component audience in JWT
### Explanation
The API gateway will enforce coarse…
-
### 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…
-
##### Description
The description of the `Net` struct says that inner properties correspond to network-level configuration. However, `Net.ReadTimeout` is affected by some other timeouts, i.e. if `C…
-
### Current behavior:
`kafkactl consume -g group_name --max-messages 1 topic.name`
advances `group_name` consumer offset by more than 1 while only outputting one message. Simple reproducer:
```…
-
Hey everyone,
I'm actually trying to use kafka-go using `Reader` and consumer group.
I did not find a way to know what is the **last offset of the partition** attributed to my reader until I fetc…