You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Douglas Service <ds...@gmail.com> on 2017/10/24 23:29:59 UTC

Bridge conversion

All of the current bridge work converting from Java <-> C++ <-> C# interop
to Avro messages is covered under feature REEF-335, and the work is broken
into subtasks that sit below REEF-335. We propose that REEF-335 be merged
into master when all of the subtasks are complete. To accomplish this goal
we propose that we


   1. Create a new branch in Apache git named REEF-335.
   2. As subtasks are completed, pull requests will be created against
   REEF-335.
   3. When all of the subtasks are completed and REEF-335 is fully tested,
   a pull request will be created to merge into master.

The advantage of the proposed method is to prevent intermediate work from
breaking master, provide a single pull request that switches from the old
bridge to new, and allow code reviews of the intermediates steps to be
accessible and visible to all REEF members.

Doug