greyhound
greyhound copied to clipboard
Greyhound - Rich Kafka client library
In https://github.com/wix/greyhound/blob/master/docs/non-jvm-languages.md the python package https://github.com/wix-incubator/greyhound-python is referenced. But the project is gone. Is it this one https://pypi.org/project/greyhound-sidecar-client/ ? The homepage is just pointing to the wix-Github in general, though.
Are there plans to support ZIO 2.x? https://zio.dev/next/howto/migrate/zio-2.x-migration-guide/ One of the issues: ``` java.lang.NoClassDefFoundError: zio/Has$ at com.wixpress.dst.greyhound.future.GreyhoundRuntime$.(GreyhoundRuntime.scala:25) at com.wixpress.dst.greyhound.future.GreyhoundRuntime$.(GreyhoundRuntime.scala) ```
When using `provide` method to build the dependency tree automatically, the tests are flaky (the actual failing reason is that one of the [Ref] that we use is empty, i.e...
Hi, We're using Greyhound v0.1.4, when processing a record the headers are empty even though they are being sent by the producer. Is it a bug? or perhaps including the...
Hi there, I saw on the Wix YouTube channel there is a sidecar that enables NodeJS use. Is that available? Thanks Paul
Hi again! Any possibility there would be ever be a Kotlin library or DSL to use?