<@U65FK6QNB> what are you trying to do? Compile pr...
# grpc
a
@jimn what are you trying to do? Compile protos? Call a grpc service?
j
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
wdym codec? what grpc buffers?
j
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.