feat(pd): integrate `pd-core` into hugegraph by VGalaxies · Pull Request #2478 · apache/hugegraph

and others added 6 commits

March 11, 2024 17:03
…to hugegraph (#2460)

subtask of #2265

---

During the code review, I found the following issues:

1. Similar functionality appears multiple times, such as stub connection-related code, with redundancy between `PDClient.StubProxy` and `AbstractClientStubProxy`.
2. Package partitioning:
    1. `PDPulse`, `PDPulseImpl` should in `pulse`
    2. `PDWatch`, `PDWatchImpl` should in `watch`
3. Unused code, see below

---------

Co-authored-by: imbajin <jin@apache.org>

github-advanced-security[bot]

@VGalaxies

javeme

@VGalaxies VGalaxies changed the base branch from pd-store-dev to master

April 4, 2024 03:07

@VGalaxies

@VGalaxies VGalaxies changed the title feat(pd-dev): integrate pd-core into hugegraph feat(pd): integrate pd-core into hugegraph

Apr 4, 2024

@VGalaxies VGalaxies marked this pull request as ready for review

April 4, 2024 09:42

@VGalaxies

@dosubot dosubot bot added the lgtm

This PR has been approved by a maintainer

label

Apr 19, 2024

liuxiaocs7