-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| v1.37.2 | 3.2.3 | 1.…
-
_Found it while checking the projects listed here https://shopify.github.io/_
## Problem Description
The GitHub Pages link returns `404 File not found`
https://shopify.github.io/sarama
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| 1.29.1 | N/A | 1.16…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| 1.37.2 | 0.10.1.1 |…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
Sarama | Go | Kafka
v1.31.1 | 1.16.6 | 2.2.1
##### Configu…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| | | |
##### Con…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go | GoLand |
|--------|-------|----|------|
| 1.37 …
-
Can anyone tells me how to configure the number of consumers in sarama's consumer group?
-
r := kafka.NewReader(kafka.ReaderConfig{
Brokers: []string{"192.168.202.154:9092"},
Topic: "my-topic",
//Partition: 0,
MinBytes: 10e3, // 10KB
MaxBytes: 10e6, // 10MB
})
r.SetOffs…
-
### Report
Getting error from keda operator saying "error":"error finding offset block for topic XXX-XXX-XXX and partition 1"
`{"level":"error","ts":"2023-02-08T16:47:13Z","logger":"kafka_scaler",…