Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process tree #4

Merged
merged 4 commits into from
Oct 16, 2017
Merged

Process tree #4

merged 4 commits into from
Oct 16, 2017

Conversation

dplummer
Copy link
Contributor

Change Store to bucket state onto set pids. That way a process tree can use the same Store bucket.

         TestProcess
          /       \
         /         \
KafkaMock.Store   Consumer/Producer worker

So the producer puts messages in a Store that the Consumer can read. Without having to tell either about the pid.

Donald Plummer added 4 commits October 10, 2017 20:46
So any processes that are children of the test pid can send & receive
messages to each other, since the data is stored keyed on the test pid.
@dplummer dplummer merged commit cd8ae18 into master Oct 16, 2017
@dplummer dplummer deleted the process-tree branch October 16, 2017 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant