apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

Add NonreflectableMessage #2780

Closed wasphin closed 1 month ago

wasphin commented 1 month ago

See https://github.com/apache/brpc/pull/2722#issuecomment-2272559689, inspired by unreflectable_message of @oathdruid.

What problem does this PR solve?

Issue Number: #2757

Problem Summary:

隔离 Protobuf Message API,简化内部消息类型实现,简化后续 Protobuf 适配工作

What is changed and the side effects?

Changed:

Side effects:


Check List: