nebula-cpp icon indicating copy to clipboard operation
nebula-cpp copied to clipboard

Nebula Graph Client API in C++

Results 10 nebula-cpp issues
Sort by recently updated
recently updated
newest added

**Introduction** When using storage client to scan data, there'll be massive amount of log messages like "Send requests to storage ...". **Contents** The log level is now "INFO", would love...

type/enhancement

when i try to compile the client some errors happend ``` [root@xafj-palo-rpm64 examples]# ll /usr/local/nebula/include/nebula/ total 24 drwxr-xr-x 2 root root 4096 Mar 26 08:09 client drwxr-xr-x 2 root root...

type/bug
affects/none
severity/none

As title. Users usually do not know which part a vertex belongs to, an interface like `scanEdgeWithPart()` will be helpful.

type/enhancement

Provide one option `enable_ssl` in all test executable.

type/enhancement

``` ➜ build git:(fix/asan) ✗ ./bin/test/connection_test [==========] Running 6 tests from 1 test case. [----------] Global test environment set-up. [----------] 6 tests from ConnectionTest [ RUN ] ConnectionTest.Basic I1215 17:46:28.031438...

type/bug

It seems that the timeout config for pool init does not work, the connetion initialization got hang there if the address is not correct? Any ideas about this?

type/enhancement
good first issue
community

**I didn't encounter any errors when running cmake, but I ran into the following errors when running make ..** `/home/wangqian/lib/cppnebulagraph/nebula-cpp/include/common/datatypes/Date.h:26:25: error: expected ‘)’ before ‘days’ 26 | explicit Date(uint64_t days);...

**Is your feature request related to a problem? Please describe.** NA **Describe the solution you'd like** Provide a security issue escalation path **Describe alternatives you've considered** NA **Additional context** NA

## What type of PR is this? - [ ] bug - [ ] feature - [ ] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: ####...

**Please check the FAQ documentation before raising an issue** **Describe the bug (__required__)** When I use nebula-cpp to scan data, it will be failed sometimes. Three metad servers are deployed...