William Song
William Song
@hanahmily Hi, I noticed that BanyanDB currently has a standalone structure. I wonder what's community's plan for BanyanDB to adopt a fault-tolerant, multi-replicas structure (using Raft or other algorithms). I'm...
> As I understand, since the current version of BanyanDB only has a single node, Deployment can meet our requirement. @lujiajing1126 Thanks for your reply! If we consider future extensions,...
@dashanji @hanahmily @lujiajing1126 Hi, I've completed a minimal working BanyanDB CRD&Controller for SWCK. It passes e2e tests. Please take a look at this, thanks! There are still some advanced features...
@dashanji Thanks for the reviews. @hanahmily I am trying to write e2e tests for swck banyandb. Could you please tell me how I can query banyandb pod using client tools...
@dashanji Thanks for your reviews! I've completed the full banyandb crd & controller implementation with corresponding e2e tests. @wu-sheng @hanahmily @lujiajing1126 Please take a look at it~🫰
@hanahmily Thanks for the reviews! I've exposed HTTP port and added an ingress resource to route HTTP requests, PTAL. I have a question: according to [banyandb github page](https://github.com/apache/skywalking-banyandb), we do...
@hanahmily Thanks for the reply and providing framework on Service. I'll use separate gRPC Service and HTTP service. I plan to use bydbctl to verify banyandb data storage in E2E...
I've made changes on code: 1. separate grpc & http into two service resources, expose 17912/17913 respectively. 2. remove unused ports 2121 6060. @hanahmily Please take a look at it...
@lujiajing1126 Thanks for the careful review! I've made changes on code, please take a look again.
@HHoflittlefish777 Thanks for the update. Could you please see if you can add some unit tests to verify this?