ahmed.atayib 0 Posted October 16, 2021 Delphi not support grpc framework https://grpc.io/, so is there any way for vcl client to consume a services from other java grpc server? thanks in advance, Ahmed Share this post Link to post
vfbb 285 Posted October 16, 2021 I never worked with grpc but, AFAIK, you should use a client thats support http/2, and put in body the generated protocol buffer based on .proto file of the api service. You can make a delphi record based on .proto struct and use the Erik Van Bilsen serialization code https://github.com/grijjy/GrijjyFoundation/blob/master/Grijjy.ProtocolBuffers.pas Share this post Link to post
DelphiUdIT 176 Posted October 16, 2021 May be this can help you: Delphi port for GRPC Bye Share this post Link to post