flux-classic icon indicating copy to clipboard operation
flux-classic copied to clipboard

Microservice routing

Results 15 flux-classic issues
Sort by recently updated
recently updated
newest added

For me it would be more intuitive if the CLI was done in a kind of a CRUD style. Something similar to the following: ``` fluxctl define-service :[/tcp|http] fluxctl update-service...

We need to think of the most useful output for the CLI operations (those that aren't queries, anyway). Informational messages should go to stderr.

- [x] supply the service address as ip:port - [ ] allocate an address (and port?) if not given one, and return it

While writing the README for amberctl, it occurred to me that it would be better to generate the documentation -- or rather, that what I was writing belonged in a...

At the minute, the data used are simply serialised to JSON and given to JavaScript expecting a certain structure, so there's a trapeze act. We should test that the API...