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.41k stars 3.96k forks source link

add bzlmod support #2670

Closed oathdruid closed 2 months ago

oathdruid commented 3 months ago

What problem does this PR solve?

Issue Number: https://github.com/apache/brpc/issues/2654

Problem Summary:

What is changed and the side effects?

Changed: Switch bazel dependency from WORKSPACE to bzlmod style

Side effects:


Check List:

wwbmmm commented 3 months ago

LGTM

wwbmmm commented 3 months ago

@zyearn 有空也看看

oathdruid commented 2 months ago

any suggestion?