Gao Hongtao

Results 67 comments of Gao Hongtao

`Deployment` is better here. The cluster mode will know each node's roles, we don't leverage statefulset to get stable and ordered network endpoints and pv.

> @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...

> we do not support http server for now. Does banyandb support HTTP server now? We supported the HTTP server in the main branch. It will be released in v0.2.0....

> If we provide consistent JDK 8,11,17 support, please add them into CI compiling process to keep this. It is hard to track from codes review. It's a good suggestion....

@DevPJ9 You could split this task into several parts: ## Add operations to API specification Add `IN` and `NOT_IN` at https://github.com/apache/skywalking-banyandb/blob/main/api/proto/banyandb/model/v1/query.proto#L54 ## Parse added operations in index_filter If the tag...

It looks good to me. But you have to format your codes before pushing. After committing your local changes, please issue `make pre-push` as mentioned in https://github.com/apache/skywalking-banyandb/blob/main/CONTRIBUTING.md#test-your-changes-before-pushing

> > > > > > I am using windows environment. Can I do the required steps in it as well? I checked the installation steps for banyanDb and only...

> I am not sure how to execute these commands and where to. I tried to execute the commands on cmd, powershell and even on git bash. I have installed...

> Author There is a bash script at https://github.com/apache/skywalking-banyandb/blob/main/Makefile#L142, which doesn't work in Windows' CMD. You could run tasks in a subfolder `make -C pkg xx`

> `xx` represents `lint`, `format` and etc