-
Would it be possible to add functionality to pause and resume the Processor?
The sarama.Consumer already has these methods: Pause, PauseAll, Resume, ResumeAll.
Thanks
-
The handling of partial delivery of a record set can be improved.
instead of trying to double the fetch size and try again:
https://github.com/Shopify/sarama/blob/v1.26.1/consumer.go#L602-L609
we …
-
##### Versions
| Sarama | Kafka | Go |
|----1.37.1----|-------|--1.17--|
##### Problem Description
Current SARAMA version couldn't support user-defined spn for kerberos authentication pr…
-
Hello,
There are cases where the client needs to increase consumer timeout. The default value set in the sarama library is 10 seconds which might not be enough for example sometimes rebalancing a g…
-
Hey, I tried to add tracing for sarama and LevelDB using these two libraries:
https://godoc.org/gopkg.in/DataDog/dd-trace-go.v1/contrib/Shopify/sarama
https://godoc.org/gopkg.in/DataDog/dd-trace-go.…
-
This is an issue to summary different Kafka version coverage for other issues like #153, #118.
If there is new requirements, Please comments on this issue.
Currently based publish/consume covered…
-
Seems to be a lot of changes due to import of Sarama library.
-
I didn't see any client options for it, but I'm not sure because it seems like it might be supported by `sarama-cluster`: https://gist.github.com/savaki/a19dcc1e72cb5d621118fbee1db4e61f#file-main-go-L…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| Version 1.29.1 | AWS …
-
Description
===========
Are there any plans to provide an API for parition level consumers for a consumer group? Much like this library for go
https://github.com/bsm/sarama-cluster/blob/master/REA…