-
**Is your feature request related to a problem? Please describe.**
The [Kafka batch send change](https://github.com/minio/minio/pull/18164) is awesome! But it limits Kafka batch send size to 100 due …
-
Caveat: I'm not a Kafka expert. Things I say below may be wrong -- debate welcome. I'm opening this issue in response to https://discuss.elastic.co/t/apm-server-exits-if-kafka-output-is-higher-than-ve…
-
### What happened?
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x10d5d32]
goroutine 89 [running]:
github.co…
-
roachtest.cdc/kafka-auth [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/13762710?buildTab=log) with [artifacts](https://teamcity.cockroachdb.…
-
##### Description
there was an error when create acl with sarama client and no log output for kafka server server.log
##### Versions
| Sarama | Kafka | Go |
| ------ | ----- | --- |
…
-
It happens, somewhat frequently, that I need to manage a Kafka cluster, one which cannot be connected directly to. I'd prefer to manage the cluster using Terraform, but since no Kafka providers suppor…
-
Version: `danielqsj/kafka-exporter:v1.1.0`
## Observation
I have a hunch that there is a race condition when:
Step 1. `kafka-exporter` -> Request for current topics
Step 2. Someone deletes …
-
##### Context
We, at [AsyncAPI](https://asyncapi.org/) are developing an [Event Gateway](https://github.com/asyncapi/event-gateway). Our first POC will cover only a Message validation proxy for pro…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| v1.40.1 | 2.8.1 | 1…
-
A common mistake not caught by the existing printf vet checker is `Printf(v)`, where v is a variable, when the user intended `Printf("%s", v)`. If the value of v contains an unexpected percent sign, …