Closed cdr-chakotay closed 2 years ago
Wow, that is very elegant approach! Let me know if this is ready for a proper review once all the TODOs are addressed.
Thank you very much!
I think it is also possible to provide the pause/play functionality of the Async Assembly within this class. I have already a promising sketch running.
I'll let you know as soon as I am ready for a review!
@Acconut tweaked error reporting a little bit. I am using the async upload progress listener now to inform the user about broken uploads. Should I add a default configuration, which reports always if something happens ?
Or what kind of thoughts do you have? Open for change requests ;)
What is the state of this PR? Were you waiting on some more input? :)
Honestly postponed it, because all the Gradle and Maven stuff was more urgent. Will continue here, when I am back :)
Ok, sounds good! Thanks for the feedback!
I think I can propose this now for merging. Awaiting your review @Acconut. Let me know if you want further or more detailed unit testing of the changes components.
Are you waiting on another review from me side here? I am not sure what the state of this PR is ATM.
Are you waiting on another review from me side here? I am not sure what the state of this PR is ATM.
Yes, I do :D, and maybe you could try out production on your end as well. I would not like to deliver it with unseen major bugs I didn't recognize
Let's celebrate the merge :tada:
The aim of this PR is to add full parallel upload support to the Java SDK for both synchronous and asynchronous assemblies.
Archivement Checklist:
Make asynchronous Assemblies uploadable in parallel=> everything is possible without extra Async AssemblyOptionals:
Fix AsyncAssemblyListener bug=> will not be part of this PR