Skip to content

Conversation

Kaikaikaifang
Copy link
Member

@Kaikaikaifang Kaikaikaifang commented Jun 11, 2025

Description

  1. 添加 Protobuf 和 gRPC
  2. 编写构建脚本
  3. 实现简单的健康检查服务用于通信测试
  4. 添加部分基础 protobuf 数据类型
  5. tcp server 端口的选择机制为:
    1. 用户指定,启动 core 时设置 flag:go run cmd/core/core.go -port=3000
    2. 未指定则自动选择端口号(需要将选择的端口号保存至指定文件以通知 python sdk)

@Kaikaikaifang Kaikaikaifang requested a review from SAKURA-CAT June 11, 2025 03:53
@SAKURA-CAT SAKURA-CAT merged commit 585a47d into feature/core Jun 11, 2025
11 checks passed
@SAKURA-CAT SAKURA-CAT deleted the feature/protobuf branch June 11, 2025 08:46
SAKURA-CAT added a commit that referenced this pull request Jun 15, 2025
* feat: init go project (#1064)

* fix: license use symlink (#1067)

* Feature/protobuf: hello-word (#1074)

* feat: init go project (#1064)

* feat: add proto and grpc

* feat: add proto build script

* fix: golangci lint

* feat: support auto or specify select port

* chore: license

* chore: add .golangci.yml

* fix: use log/slog instead of log

* chore: del core vendor

---------

Co-authored-by: Kang Li <79990647+SAKURA-CAT@users.noreply.github.com>

* feat: impl health checker and init data collector (#1077)

* feat: impl health checker and init data collector

* chore: change module name

---------

Co-authored-by: KAAANG <79990647+SAKURA-CAT@users.noreply.github.com>

* Feat/record proto and column parser (#1091)

Co-authored-by: kaikai <2837968358@qq.com>

* fix: import module and typo

---------

Co-authored-by: Kaikai <98205900+Kaikaikaifang@users.noreply.github.com>
Co-authored-by: kaikai <2837968358@qq.com>
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.

2 participants