Added MarshallableOutBuilder for file/http protocols
fyi @RobAustin
Please see an example as a starting point for HTTP. Need to add a test that connects to the built in Java HTTP server in test. Also add a simple JLBH benchmark
Example of a simple HTTP server https://dzone.com/articles/simple-http-server-in-java
@peter-lawrey - rather than writing more code for this why don't you just use the queue web gateway?
The main features are;
- Supports multiple wire types
- Supports the MethodWriters
- Works using Java 8 builtin libraries
- Is entirely open source.
closing as this has mostly been addressed by https://github.com/ChronicleEnterprise/Chronicle-Services-Demo/blob/main/GettingStarted/Example10/README.adoc