You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
requirement: single process version nebula (storage + graph) use direct function call instead of rpc.
Describe the solution you'd like
Integrate graph & storage daemon into one process
call storage with direct function call.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
#### What type of PR is this?
- [ ] bug
- [x] feature
- [ ] enhancement
#### What does this PR do?
Add nebula standalone version, replace rpc with local function call.
#### Which issue(s)/PR(s) this PR relates to?
closevesoft-inc#3160
#### Special notes for your reviewer, ex. impact of this fix, etc:
- compile graphd&storaged into one process
- repalce thrift rpc call with local function call
#### Additional context:
#### Checklist:
- [x] Documentation affected (Please add the label if documentation needs to be modified.)
- [ ] Incompatible (If it is incompatible, please describe it and add corresponding label.)
- [ ] Need to cherry-pick (If need to cherry-pick to some branches, please label the destination version(s).)
- [ ] Performance impacted: Consumes more CPU/Memory
#### Release notes:
Please confirm whether to reflect in release notes and how to describe:
> `
Migrated from vesoft-inc#3310
Co-authored-by: Alex Xing <90179377+SuperYoko@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
requirement: single process version nebula (storage + graph) use direct function call instead of rpc.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: