feat: Add Header argument resolver#5
Merged
NARUBROWN merged 7 commits intoNARUBROWN:mainfrom Jan 26, 2026
Merged
Conversation
- 이벤트 기반 실행을 위한 ConsumerRuntime 추가 - HTTP 컨텍스트와 분리된 ConsumerRequestContext 도입 - 컨슈머 전용 ArgumentResolver 구현 (EventName, Payload, DTO, EventBus) - Registry + Invoker 기반의 컨트롤러 스타일 이벤트 핸들러 지원 - HTTP와 이벤트 컨슈머 간 실행 모델 완전 분리 보장
- RabbitMQ 기반 이벤트 Reader / Writer 구현 - Read / Write 옵션 분리 및 부트스트랩 연동 - ConsumerRuntime에서 RabbitMQ 이벤트 소비 지원 - default exchange 사용 금지 및 명시적 exchange 정책 적용 - Kafka와 동일한 이벤트 실행 모델로 통합
Scanf-s
commented
Jan 25, 2026
Scanf-s
commented
Jan 25, 2026
NARUBROWN
reviewed
Jan 26, 2026
Owner
NARUBROWN
left a comment
There was a problem hiding this comment.
안녕하세요 기여자님,
이슈에서 제안해주신대로 잘 구현되어 있음을 확인했습니다.
바로 머지하도록 하겠습니다 Spine에 기여해주셔서 감사합니다.
NARUBROWN
approved these changes
Jan 26, 2026
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
Resolves #3
Implemented an HTTP argument resolver to read headers from requests within controllers.
This allows users to access HTTP headers and process business logic based on header values.
Tests
go fmtheader_resolver_test.go