Files
document-haness/docs/clean-architecture-backend-template/tech-log-studio/transport-and-provider-semantics/question/openquestion-messaging-spring-cloud-stream-bridge-f02.md
T
DongHyeonkaandClaude Fable 5.1 b25357c48a docs(clean-architecture-backend-template): fold analysis into final and re-select one topic
- analysis/·source-index·state.json 을 final/document.md 제2부·제3부로 접었다. SSOT 는 하나다
- 파일럿 — commit-ambiguity-as-a-result 를 새 기준으로 재선별. 후보 14 → 글감 5
  (PROMOTE 5 · MERGE_INTO 3 · KEEP_IN_SSOT 4 · 보류 2). 기록 5건을 다시 썼고 그림 1개를
  techviz 로 만들었다
- 재선별이 잡은 것: 제1부 §6.2·§11.1 이 자기 §13.2 와 어긋나 있었다(레인을 안 돌렸다 vs
  돌렸다) — 정정. 이미 답이 나와 있던 Question 을 HEAD 재실행 질문으로 다시 세웠다.
  Concept 이 인용한 코드가 SSOT 에 없어 뺐다
- candidateScope·sourceRepository 기록. 나머지 43개 주제는 재선별 대기(PENDING 905)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-07 12:39:20 +09:00

2.4 KiB

kind, slug, title, topic, project, status, sourceRevision, rootTreeNode, questionStatus, verifiedOn, source
kind slug title topic project status sourceRevision rootTreeNode questionStatus verifiedOn source
QUESTION messaging-spring-cloud-stream-bridge-f02 브리지의 바인더 쪽 절반이 없다 transport-and-provider-semantics clean-architecture-backend-template 게시 전 21234e38cdb9a926cbc92bb97a2aee2e4a7d2916 open-question:messaging-spring-cloud-stream-bridge-f02 OPEN
final/document.md#a19-messaging-spring-cloud-stream-bridge#L561

브리지의 바인더 쪽 절반이 없다

정책 · 검증 · 정직성 세 층이 완성돼 있고 그것을 실제 바인딩에 연결하는 코드가 없다. leaf 이름이 약속하는 것의 절반만 존재한다.

관계

  • 허용 의존 목록은 상한이므로 미사용을 잡지 않는다 같은 분석 리프에서 끌어낸 규칙이다.
  • 등록을 받는 컴포넌트는 해제도 제공한다 같은 분석 리프에서 끌어낸 규칙이다.
  • 함께 읽히는 두 맵은 한 값으로 묶는다 같은 분석 리프에서 끌어낸 규칙이다.
  • 에러 메시지가 지시하는 설정은 그 설정을 읽는 코드와 함께 존재해야 한다 같은 분석 리프에서 끌어낸 규칙이다.
  • 한 개념의 등록 상태를 두 객체가 나눠 갖지 않는다 같은 분석 리프에서 끌어낸 규칙이다.

사실

ChannelSend 와 BridgedHandler 두 함수형 인터페이스가 바인더 접촉면이고, 그 구현이 저장소에 없다. git grep -n 'ChannelSend|BridgedHandler' -- src 가 이 leaf 와 그 테스트만 돌려준다.

MessagingBindingBridge javadoc 은 존재 이유로 "a service already has Stream bindings and needs to reach the same destinations without a rewrite" 를 든다.

runtime_memberships: [] 와 정합하므로 오늘의 결함은 아니다.

미지수

이 leaf 를 완성할 것인가. messaging-kafka-share-experimental §17 첫 항목과 같은 질문이다.

선택지

바인더 어댑터를 만든다 두 인터페이스에 구현이 생기고 leaf 이름이 약속하는 경로가 닫힌다.

파생 프로젝트의 구현점임을 명시한다 구현 부재가 미완이 아니라 설계임을 javadoc 이 말한다.

다음 검증

evidence/raw/296 §A · §B 로 구현 부재는 확정된다. 완성 여부의 결정은 저장소 안의 사실로 닫히지 않는다.