Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] network-api는 domain의 network log만 사용해야 함 #124

Open
2 tasks
inferior3x opened this issue Jan 3, 2025 · 0 comments
Open
2 tasks

Comments

@inferior3x
Copy link
Collaborator

Description

현재 domain에서 network-log까지 관리함
따라서 network-api는 network-log를 사용하기 위해 domain을 의존해야 함.
이 문제를 해결하기 위한 방법은 3가지가 있다.

  • network-api에서 domain의 network log 패키지만 사용할 수 있도록 테스트한다.
  • network-api에서 domain-jpa의 데이터 소스를 읽기용으로 설정한다. (master-api로 실행될 경우 한 서버에 domain-jpa가 하나 들어있기 때문에 따로 설정이 불가능함)
  • domain을 domain과 network-log로 쪼갠다. (가장 근본적인 해결법)

작업

  • test 추가
  • domain 쪼개기
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

No branches or pull requests

1 participant