You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input: named pipes, forward into Java VM object by function call or something like a Go channel
Output: receive from Java VM object, forward to named pipes
Requires the Java component to conform to a (Java) interface, i.e. support a set of methods
Not sure how useful this path is - takes away the generality of flowd which uses named pipes. OTOH, can quickly re-use Java libraries.
Nothing is gained though because the component has to be specially-written anyway - whether to use named pipes or to conform to a component interface in order to be wrapped.
Result: Implement framing format serialization for flowd components written in Java to use - just like for all other programming languages.
The text was updated successfully, but these errors were encountered:
libflowd
in other languages.libflowd-rs
in Rust languageCase study Java:
The text was updated successfully, but these errors were encountered: