Giter VIP home page Giter VIP logo

Comments (4)

ktr0731 avatar ktr0731 commented on May 18, 2024 1

Thanks for pointing to a problem related to streaming in CLI mode!

Right ways to send requests to streaming APIs are (JSON inputs, packages, services are pseudo):

  1. server-side streaming
$ echo '{ "name": "a request" }' | evans --package api --service ServerStreamingAPI
  1. client-side streaming (send two requests)
$ echo '{ "name": "request1" } { "name": "request2" }' | evans --package api --service ClientStreamingAPI
  1. bidi sreaming
$ echo '{ "name": "request1" } { "name": "request2" }' | evans --package api --service BidiStreamingAPI

You might think that inputs which are sent as client-side/bidi streaming API requests look strange.
In the implementation, Evans decodes input JSON text as a proto.Message sequentially. So users have to send JSON with the above format.

I'm planning to add more documentation to Evans repository. (#57)
But, I think it takes a little until I begin.

from evans.

frxstrem avatar frxstrem commented on May 18, 2024 1

Oh nevermind it already seems to work after all, I must have done something wrong when I tried previously...

from evans.

frxstrem avatar frxstrem commented on May 18, 2024

@ktr0731 Would it be possible to also support newline as an object delimiter? That way evans would work nicely with tools such as jq.

from evans.

ktr0731 avatar ktr0731 commented on May 18, 2024

Could you show me an example input?

from evans.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.