@jimn what are you trying to do? Compile protos? Call a grpc service?
j
jimn
03/23/2020, 5:43 AM
what i need is the simplest possible standalone project using .kts build files to
reference project #1, build a codec from grpc buffers to DTO in project #0
not looking for a grpc server per se, just the codec.
a
asad.awadia
03/24/2020, 10:41 PM
wdym codec? what grpc buffers?
j
jimn
03/27/2020, 9:26 AM
by codec i mean i have a stream or buffer of bytes, and apply the proto IDL magic to get an instance of an object off the wire.
I'm just not seeing the trees for the forest on this one, maybe lacking attention span to identify the parts i understand about an idl processor giving class instances to bytes or vice versa. I have used protostuff parser for a long time.