semensanyok opened a new pull request #1377: HBASE-24056 Improve the layout of 
our proto files in hbase-protocol-shaded module
URL: https://github.com/apache/hbase/pull/1377
 
 
   proto files layout:
   protobuf/client - client to server messages, client rpc service and protos, 
used in hbase-client exclusively;
   protobuf/rest - hbase-rest messages;
   protobuf/rpc - rpc and post-rpc tracing messages;
   protobuf/server/coprocessor - coprocessor rpc services;
   protobuf/server/coprocessor/example - coprocessors rpc services examples 
from hbase-examples;
   protobuf/server/io - filesystem and hbase-server/io protos;
   protobuf/server/maser - master rpc services and messages;
   protobuf/server/region - region rpc services and messages (except client rpc 
service, which is in Client.proto);
   protobuf/server/rsgroup - rsgroup protos;
   protobuf/server/zookeeper - protos for zookeeper and ones used exclusively 
in hbase-zookeeper module;
   protobuf/server - protos used across other server protos;
   protobuf/test - protos used in tests;
   protobuf/ - protos used across other protos, exclusive for hbase-mapreduce 
and hbase-backup, other protos.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to