-
See at [https://discuss.elastic.co/t/a-possible-bug-about-kafka-output-errbreakeropen/335816]()
I find an issue which is possibly a bug in kafka output of FIleBeat8.7:
`libbeat/outputs/kafka/cli…
-
This appears to be the same issue as https://github.com/Shopify/sarama/issues/1192? And it can be fixed by doing something like https://github.com/IBM/sarama/commit/0151486eeb29f538508f313a3c4f9c1c11e…
-
Hi team,
I am using Burrow 1.3.6 which works fine with Kafka Version 2.7 but when I upgrade Kafka to version 2.8.1, burrow fails to start with the following error:
```
{"level":"debug","ts":1642…
-
![image](https://user-images.githubusercontent.com/33145232/53881515-db287800-404e-11e9-8f64-74e14b7a63a4.png)
[yaml.zip](https://github.com/skylinelxw/chain-project/files/2936208/yaml.zip)
2019-0…
-
Can I send kafka message header along with data (or actual message).
Similar to sarama producer's ProducerMessage. https://github.com/Shopify/sarama/blob/master/async_producer.go#L166
-
It would be great to use this feature:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-429%3A+Kafka+Consumer+Incremental+Rebalance+Protocol
I believe it is supported in other clients:
https…
-
unexpected fault address 0x360808085a175a75
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x2 addr=0x360808085a175a75 pc=0x100cf3cf0]
goroutine 154 [running]:
runtime.throw({0x…
-
##### Versions
| Sarama | Kafka | Go |
|--------|-------|----|
| 1.27.2 | 2.6.0 | 1.15.4 |
##### Configuration
What configuration values are you using for Sarama and Kafka?
``` go
// Com…
-
package main
import (
"encoding/json"
"fmt"
kingpin "gopkg.in/alecthomas/kingpin.v2"
"github.com/Shopify/sarama"
)
type Order struct {
OrderId string `json:"order_id"`
…
-
Ran "./lsfeventsbeat -c lsfeventsbeat.yml" and it crashed every time with below error message
fatal error: concurrent map read and map write
goroutine 31 [running]:
runtime.throw(0x173c85a, 0…