Natan Silnitsky

Results 90 comments of Natan Silnitsky

So sorry, plan to work on this middle of June. The code is already compatible to 2.13

Hi @JohnColeman-CTO, Currently Greyhound does not have support for exactly-once-processing (i.e. Kafka transactions). But we plan to introduce it in 2021. The idea is to have an additional `ExactlyOnceProcessor` (which...

Hi @or-shachar, I'm trying to add building the test-app with gradle to circle ci config. Any idea why it should fail downloading grdale: ``` Downloading https://services.gradle.org/distributions/gradle-6.3-bin.zip .........10%..........20%..........30%.........40%..........50%..........60%.........70%..........80%..........90%..........100% CircleCI received exit...

Well the underlying core code is written in Scala. But we managed to create a [wrapper API](https://github.com/wix/greyhound/blob/master/java-interop/src/test/java/com/wixpress/dst/greyhound/java/GreyhoundBuilderTest.java#L46-L55) with mixed Scala/Java code that can easily be called from Java code. So...

Can you please elaborate a bit on the issue with exception handling code.

Exodus employs a static dependency analyzer. As such it cannot understand annotations. One way to resolve this is to add temporary "fake" usages of DevInfoBuilder like: ```java public class TempUsage...

So which bazel target do you want to add as dependency? I think that the best option will actually be to run `buildozer` after migration is done: Something like: `buildozer...

Hi @aman, I’ve fixed the parallization of analysis issue. So you can now run more than one module at a time: https://github.com/wix/exodus/pull/55 Did you manage to solve the `lombok` issue...

Hi @shaiyahleba , I'm glad to report we are working on a batch consumer feature, and we will open-source it soon. I will update this issue once this happens. Natan

btw, Are you currently using Greyhound. Can you share which API? ZIO/Scala Future/Java?