bbeaudreault commented on PR #4937:
URL: https://github.com/apache/hbase/pull/4937#issuecomment-1367611998

   Thanks @virajjasani! What do you think of the idea to send the proto message 
instead of json? We could add a field to the proto for get/mutate/scan/multi 
and send it directly. The client side would do the usual work of parsing that 
into the API objects using ProtobufUtil. This way users could decide to print 
out the requests using protobuf or do anything else they want with the raw 
request objects. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to