Skip to content

Conversation

@pdh0128
Copy link
Member

@pdh0128 pdh0128 commented Oct 23, 2025

Avro Schema NameSpace 수정.

  • Memorial Avro Schema, MemorialApplication Avro Schema의 namespace를 수정.

Summary by CodeRabbit

릴리스 노트

  • Chores
    • 내부 스키마 네임스페이스 구조가 정리되었습니다.

@coderabbitai
Copy link

coderabbitai bot commented Oct 23, 2025

Warning

Rate limit exceeded

@pdh0128 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 52 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between f0817af and 2ca2cef.

📒 Files selected for processing (4)
  • src/main/java/com/example/memorial_application/domain/mapper/MemorialApplicationMapper.java (1 hunks)
  • src/main/java/com/example/memorial_application/domain/messaging/MemorialApplicationListener.java (1 hunks)
  • src/main/java/com/example/memorial_application/domain/service/MemorialApplicationCommandService.java (1 hunks)
  • src/test/java/com/example/memorial_application/domain/service/MemorialApplicationApproveServiceTest.java (1 hunks)

개요

두 개의 Avro 스키마 파일에서 네임스페이스를 업데이트합니다. MemorialApplicationAvroSchema와 MemorialAvroSchema의 네임스페이스를 기존의 "com.example.avro"에서 프로젝트별 네임스페이스로 변경하며, 스키마 구조나 필드 정의는 변경되지 않습니다.

변경 사항

코호트 / 파일(들) 변경 요약
Avro 스키마 네임스페이스 업데이트
src/main/avro/MemorialApplicationAvroSchema.avsc, src/main/avro/MemorialAvroSchema.avsc
네임스페이스를 "com.example.avro"에서 프로젝트별 네임스페이스("windeath44.server.application.avro", "windeath44.server.memorial.avro")로 변경하여 스키마의 정규화된 이름 업데이트

예상 코드 리뷰 노력

🎯 1 (Trivial) | ⏱️ ~3분

관련 가능성 있는 PR

🐰 네임스페이스를 정렬하네요,
예제에서 본보기로의 변신!
스키마는 다시 이름을 달고,
windeath44로 여행을 떠나,
정체성을 찾아 소풍 가봅니다! 🎭

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed PR 제목 "Avro Schema NameSpace 수정."은 변경 사항과 직접적으로 관련되어 있습니다. 이 PR의 핵심 변경 사항은 두 개의 Avro 스키마 파일에서 네임스페이스를 업데이트하는 것이며, 제목이 정확히 이를 설명합니다. 제목은 간결하고 명확하며, 팀원들이 히스토리를 훑어볼 때 Avro 스키마 네임스페이스 수정이 주요 변경 사항임을 쉽게 이해할 수 있습니다.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5214eea and f0817af.

📒 Files selected for processing (2)
  • src/main/avro/MemorialApplicationAvroSchema.avsc (1 hunks)
  • src/main/avro/MemorialAvroSchema.avsc (1 hunks)
🔇 Additional comments (1)
src/main/avro/MemorialAvroSchema.avsc (1)

4-4: Now I understand the structure. Let me search for actual usages of Avro classes in the codebase:

네임스페이스 변경은 기술적으로 안전합니다.

생성된 Java 클래스는 스키마의 네임스페이스 필드에서 지정된 패키지에 생성됩니다. 기존 코드베이스에서 이전 네임스페이스(com.example.avro)에 대한 참조가 없음을 확인했습니다. 네임스페이스는 스키마 생성 시 영향을 미치지만, 기존 또는 향후 소비자 관점에서는 실질적으로 영향을 주지 않습니다. Gradle Avro 플러그인은 기본적으로 /src/main/avro 디렉토리를 소스로 사용하고 생성된 클래스를 /build/generated-main-avro-java에 저장합니다.

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