Hi, I am new to GRPC and using it in JAVA. when I use the generate client stub, it creates lot of temp object which need to be garbage collected. This can potentially create a lot of Garbage Collection pressure for high throughput java applications. To work around this issue, I want to get an handle on to the underlying byte buffer and decode the data myself. Is that possible? If so, can I get some pointers to go about this.
Thank You Smruti -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/070507ad-6dda-4c8e-afa3-63820e7c04d3n%40googlegroups.com.
