Chronicle-Wire icon indicating copy to clipboard operation
Chronicle-Wire copied to clipboard

Added MarshallableOutBuilder for file/http protocols

Open peter-lawrey opened this issue 3 years ago • 4 comments

fyi @RobAustin

peter-lawrey avatar Mar 28 '22 07:03 peter-lawrey

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

peter-lawrey avatar Mar 29 '22 11:03 peter-lawrey

Example of a simple HTTP server https://dzone.com/articles/simple-http-server-in-java

peter-lawrey avatar Mar 29 '22 11:03 peter-lawrey

@peter-lawrey - rather than writing more code for this why don't you just use the queue web gateway?

RobAustin avatar Apr 01 '22 15:04 RobAustin

The main features are;

  • Supports multiple wire types
  • Supports the MethodWriters
  • Works using Java 8 builtin libraries
  • Is entirely open source.

peter-lawrey avatar Apr 12 '22 14:04 peter-lawrey

closing as this has mostly been addressed by https://github.com/ChronicleEnterprise/Chronicle-Services-Demo/blob/main/GettingStarted/Example10/README.adoc

RobAustin avatar Sep 12 '22 08:09 RobAustin