Folks,
as a learning exercise, I started working on a README for the examples
package in gossip-base, org.apache.gossip.examples.
It is meant to be a “how to run the examples" for a new person, and I’m about a
quarter of the way through. See:
https://github.com/Terry-Weymouth/incubator-gossip/tree/example-setup
<https://github.com/Terry-Weymouth/incubator-gossip/tree/example-setup>
While browsing around in the GitHub site, I ran across a branch in which
gossip-examples is in a module on its own:
https://github.com/gdusbabek/incubator-gossip/tree/gossip_manager_coupling
<https://github.com/gdusbabek/incubator-gossip/tree/gossip_manager_coupling> .
Based on my experience over the last couple of weeks, in the process of (still)
coming up to speed on Gossip, this separation seems an excellent idea. What are
the plans for merging a separate gossip-examples module into the master branch,
if any?
If there is something that makes sense for me to use, I’d love to pull/merge
that effort so that my work could build on top of the examples in a separate
module. It make so much sense; clarifies usage.
Terry.