greyhound
greyhound copied to clipboard
Greyhound - Rich Kafka client library
Hi, Is it possible to process a batch of records in a single consumer instead of just a single record at a time? To achieve greater parallelism beyond the number...
Are [transactions](https://www.confluent.io/blog/transactions-apache-kafka/) fully implemented? I do not see anything in the code indicating that the feature is supported. This means that you cannot guarantee one time delivery in a consumer-producer...
There are 3 options for that setting Seems you only support two https://github.com/wix/greyhound/blob/master/core/src/main/scala/com/wixpress/dst/greyhound/core/consumer/Consumer.scala#L151
As an admin, I find it easier to find clients interacting with the cluster when there is a client ID associated with them? Anything against requiring that as a parameter?...
Having acks=all is a great default, but can that be adjustable? https://github.com/wix/greyhound/blob/master/core/src/main/scala/com/wixpress/dst/greyhound/core/producer/Producer.scala#L81
FYI: @berman7