Natan Silnitsky
Natan Silnitsky
Do you think you can contribute to the Java api of batch consumer? It could make the feature available faster.
I am trying to make this task a priority in upcoming quarter. I hope to update here soon on ETA
@shaiyahleba The plan is to have batch consumer available by end of May. FYI
@shaiyahleba batch consumer is ready! (it's found in version 0.2.0)
I'll take a look if I see duplicates and get back to you. I think a possible 3rd option for solving the cross-module dependencies issue, is to fork the scala-maven-plugin...
Update: After going down multiple rabbit holes, I've focused on getting the `relations` output files to contain the class-name cross-module dependency (so that Exodus can use it in a 2-pass...
I saw that in Maven, the cross module is shown, but as a binary jar, and also saw zinc code that is related to binary dependency information, so I'm not...
Can you please give a little more detail on your process and what are you trying to solve?
I see. thanks for the detailed explanation! I hope you will be able to move to bazel soon. I'm also trying to get help from inside Wix.
Hi @D0rmouse. I hope you are doing well. I have some good news! we have solved the multi-module dependency issue. Instead of relying on Zinc, we have switched to jdeps...