Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

luben/repro-hyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple work-queue broker/worker

  1. worker polls GET /next
  2. client submit work to POST / . The work is forwarded to a worker (from 1) with request id header
  3. worker sends response to POST /response with the same request id, reply is forwarded to the client (2)

To send work:

curl -X POST http://localhost:9999/  -d "@request-body.txt"

This is reproduction code for:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages