reaktivity / k3po-nukleus-ext.java

K3PO Nukleus Extension
Apache License 2.0
0 stars 9 forks source link

Eliminate Watcher #42

Closed jfallows closed 6 years ago

jfallows commented 6 years ago

Companion changes to enabled testing after reaktivity/reaktor.java#35

PREPARE phase should create ring buffers for accepts and connects.

Each accept and connect location is of the form nukleus://[receiver]/streams/[sender].

An accept should trigger proactive creation of sender under streams directory of receiver nukleus simulated by k3po, containing the initial streams that will be received by k3po.

An connect should trigger proactive creation of receiver under streams directory of sender nukleus simulated by k3po, containing the reply streams that will be received by k3po.