-
Go 1.18 rejects certificates signed with SHA-1: https://tip.golang.org/doc/go1.18#sha1
When Beats is built with Go 1.18 and configured to use the Kafka output with a SHA-1 signed certificate, the e…
-
### Component(s)
receiver/kafka
### What happened?
We wanted to collect, graph, and alert on lag for the kafka receiver, but observed unexpected behavior when observing the `otelcol_kafka_rec…
-
Has there been thought of adding support for Kerberos, I see the [sarama ](https://github.com/Shopify/sarama) go client has support for it, wondering if there would be any hesitation for me to create …
-
-
https://mmcgrana.github.io/2014/05/getting-started-with-zookeeper-and-go.html
http://www.cnblogs.com/lion.net/p/3892855.html
https://github.com/Shopify/sarama
https://github.com/samuel/go-zookeeper
-
### Expected Behavior
Hi Team.
I'm wondering if there is a API like there is in Kafka API to pull out the current Offset values of all consumers in a consumer group for a given topic vs the Curr…
-
I was evaluating watermill today and I was surprised to learn that the Publish signature does not take a context.Context. Without it, how does one cancel a publish that may be stuck on a slow/failing …
advdv updated
4 months ago
-
Currently go-pubsub doesn't allow passing list of topics for single kafka consumer.
```
type MessageSourceConfig struct {
ConsumerGroup string
Topic string
Brok…
-
`hekad.toml`:
```
[KafkaInput]
type = "KafkaInput"
topic = "mytopic"
offset_method = "Newest"
partition = 1
group = "heka"
addrs = ["mykafka:9092"]
[LogOutput]
type = "LogOutput"
message_matcher = "…
-
Currently, if `Writer` is in async mode, ie: `WriterConfig.Async == true`, any errors that occur when writing the messages to kafka are ignored. It would be nice for a variety of use cases to have vis…