Skip to content

docs(readme): update for v0.2.0 — TCP adapter, CEL/Expr engine, parser pipeline#23

Merged
ppzxc merged 2 commits into
mainfrom
docs/update-readme-v0.2.0
Mar 20, 2026
Merged

docs(readme): update for v0.2.0 — TCP adapter, CEL/Expr engine, parser pipeline#23
ppzxc merged 2 commits into
mainfrom
docs/update-readme-v0.2.0

Conversation

@ppzxc

@ppzxc ppzxc commented Mar 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • v0.2.0에서 구현 완료된 기능들을 README에 반영

Motivation

v0.2.0 릴리즈(#21)에서 TCP 어댑터, CEL/Expr 표현식 엔진, 파서 파이프라인이 구현되었으나 README가 구버전 상태로 남아 있었음

Changes

  • Features 섹션: TCP, CEL/Expr 표현식 엔진 "planned" 제거 → 구현 완료로 업데이트
  • Features 섹션: 파서 파이프라인 항목 신규 추가 (JSON/Form/XML/Logfmt/Regex)
  • Configuration 예시: expression.defaultEngine, parser, TCP input, template map 포맷, routing 조건 반영
  • Template Variables 섹션 → Expression Variables 섹션으로 교체 (filter/mapping/routing/template CEL/Expr 문법 예시 포함)
  • API 섹션: TCP Inbound 항목 추가

Test plan

  • README 렌더링 확인

ppzxc added 2 commits March 21, 2026 05:08
…r pipeline

- Remove "planned" tags from TCP and expression-based routing features
- Add parser pipeline feature (JSON/Form/XML/Logfmt/Regex)
- Update configuration example to reflect new format:
  expression.defaultEngine, parser field, TCP input, template as map,
  routing conditions
- Replace Template Variables section with Expression Variables section
  covering filter/mapping/routing/template CEL/Expr syntax
- Add TCP Inbound API section

@ppzxc ppzxc left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

[검토 결과: COMMENT]

수정 사항 (이미 반영됨)

  • README.md:109data.created_atdata.createdAt 수정
    • relay_worker.go:220에서 키가 "createdAt" (camelCase)로 설정되므로 표현식에서도 동일하게 사용해야 함
    • 오류 상태로 문서화되면 사용자가 표현식 작성 시 런타임 오류 발생 가능

전반적 평가

나머지 변경사항은 모두 정확함:

  • TCP 어댑터 "planned" 제거 → 구현 완료 반영
  • 파서 파이프라인 신규 항목 추가 (JSON/Form/XML/Logfmt/Regex)
  • 설정 예시 신포맷 반영 (expression, parser, TCP input, template map, routing)
  • Template Variables → Expression Variables 교체 (filter/mapping/routing/template 예시 포함)
  • TCP Inbound API 섹션 추가
  • X-API-Version 헤더 설명을 HTTP 응답으로 범위 명확화

@ppzxc ppzxc merged commit 8e4b543 into main Mar 20, 2026
@ppzxc ppzxc deleted the docs/update-readme-v0.2.0 branch March 20, 2026 20:13
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.

1 participant