Giter Club home page Giter Club logo

Comments (2)

fenos avatar fenos commented on June 10, 2024

@guanw thanks a lot for reporting the parsing error,

by the first look I think there maybe be an issue around the double keyword which is ignored and fails to import the proto.

I'll be looking at this asap and send out a fix (probably tomorrow)

from bloomrpc.

fenos avatar fenos commented on June 10, 2024

@guanw Hi!

I've had a look at this and apparently the issue is around the protobuf syntax for that protofile you linked.

I've successfully loaded the protofile from you provided in bloomrpc after i removed the semicolons on this lines: https://github.com/jaegertracing/jaeger/blob/master/model/proto/api_v2/sampling.proto#L38-L46

resulting in this:

option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = {
  info: {
    version: "1.0"
  }
  external_docs: {
    url: "https://github.com/jaegertracing/jaeger"
    description: "Jaeger API"
  }
  schemes: HTTP
  schemes: HTTPS
};

I'm not entirely sure why protobufjs parser doesn't like that semicolon in that place but this is out of bloomrpc power. Let me know if this help

from bloomrpc.

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.