JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

Services and RPCs #204

Open Drvi opened 2 years ago

Drvi commented 2 years ago

One of the many breaking changes introduced by 1.0 was that Services and RPCs were no longer supported (i.e. no Julia code is generated for Service definitions). Services play a major role in gRPC and we want to design them once we make more progress that'd allow us to work on native gRPC libraries, then we'll know what the usage code looks which will influence the design of Services.

For now, if you need Services, you should stick with ProtoBuf 0.11.

zsz00 commented 2 years ago

hope supporte Services and RPCs as soon as possible

doorisajar commented 1 year ago

I'd also really like to see Services implemented.

pete-phasecraft commented 1 month ago

Is this still ongoing? And is the blocker on including services still a lack of a native gRPC library? I'm keen to help with this!