-
As the consumer API changed from kafka 2.0.0 and above the kafka exporter fails to start.
The reason for that seems to be the sarama dependency which is currently 1.17 (supports kafka 1.1.0) while …
-
Does support the connectivity to kafka cluster if it kerberosized?
-
https://colobu.com/2021/06/28/dive-into-go-module-1/
-
#### Description
Sarama client allows setting the proxy dialer. Our customer has the following setup:
- Kafka cluster behind a proxy;
- Kerberos server also behind the same proxy.
The proble…
-
Pixy hangs on shutdown after being used. In our case it's a single client connected to a single topic with a single partition, which produced and consumed a few messages.
Two example logs. First wa…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
Sarama Version: 35324cf48e33d8260e1c7c18854465a904ade249
Kafka Version: 1.…
-
newStandardMeter newEWMA these two memory is keeping increase until crash when i using sarama as httpserver to receive kafka request
-
The exporter currently cannot connect to AWS MSK with the IAM SASL mechanism, which is also the recommended way to connect to MSK. Using IAM mechanism, we will only require `AWS_SECRET_ACCESS_KEY` & `…
-
-
sarama supports [following SASL mechanisms](https://github.com/Shopify/sarama/blob/master/broker.go):
- PLAIN
- SCRAM
- GSSAPI(Kerberos V5)
- OAUTH10A or OAUTHBEARER (I'm not sure which one)
…