Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support config server v2 provider(HeartBeat、FetchPipelineConfig、FetchProcessConfig) #1710

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

ww67652
Copy link

@ww67652 ww67652 commented Aug 21, 2024

No description provided.

@CLAassistant
Copy link

CLAassistant commented Aug 21, 2024

CLA assistant check
All committers have signed the CLA.

@@ -0,0 +1,12 @@
# Config-server
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

代码结构比较混乱,改一下。

现在的结构

ilogtail
|-config_server
  |-protocol
  |  |-v1
  |  |-v2
  |-service
  |-ui
  |-service2(新增)
    |-backend
    |-deployment
    |-frontend
    |-proto
      |-v2

这里的service2结构很不对劲

应该是直接在原有基础上修改

ilogtail
|-docs
|  |-cn
|  |  |-config-server(文档写在这里,不要散落在各处)
|-config_server
  |-protocol
  |  |-v1
  |  |-v2(service2/proto/v2复用这里的)
  |-service(service2/backend覆盖修改这个目录)
  |-ui(service2/frontend覆盖修改这个目录)
  |-deployment(service2/deployment新增在这里)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants