docs(readme): update for v0.2.0 — TCP adapter, CEL/Expr engine, parser pipeline#23
Merged
Conversation
…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
commented
Mar 20, 2026
ppzxc
left a comment
Owner
Author
There was a problem hiding this comment.
[검토 결과: COMMENT]
수정 사항 (이미 반영됨)
README.md:109—data.created_at→data.createdAt수정relay_worker.go:220에서 키가"createdAt"(camelCase)로 설정되므로 표현식에서도 동일하게 사용해야 함- 오류 상태로 문서화되면 사용자가 표현식 작성 시 런타임 오류 발생 가능
전반적 평가
나머지 변경사항은 모두 정확함:
- TCP 어댑터 "planned" 제거 → 구현 완료 반영
- 파서 파이프라인 신규 항목 추가 (JSON/Form/XML/Logfmt/Regex)
- 설정 예시 신포맷 반영 (
expression,parser, TCP input,templatemap,routing) - Template Variables → Expression Variables 교체 (filter/mapping/routing/template 예시 포함)
- TCP Inbound API 섹션 추가
X-API-Version헤더 설명을 HTTP 응답으로 범위 명확화
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
v0.2.0 릴리즈(#21)에서 TCP 어댑터, CEL/Expr 표현식 엔진, 파서 파이프라인이 구현되었으나 README가 구버전 상태로 남아 있었음
Changes
expression.defaultEngine,parser, TCP input,templatemap 포맷,routing조건 반영Test plan