Kafka 를 이용한 MSA 서비스간 통신을 진행해 보도록 하겠다. 1. 구조 2. Order(주문), PG(결제) MSA 프로젝트 생성 Order package com.example.Order; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class OrderController { @Autowired private OrderService orderService; @PostMapp..
오늘은 Kafka 를 로컬에 테스트로 설치하고, Kafka 를 이용한 api 통신 처리를 해도록 하겠다. 1. kafka 설치 homeBrew 설치 https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh wget 설치 $ brew install kafaka 설치 brew install kafka zookeeper 설치 zookeeper 를 이해 하기 위해 Kafka 구조를 알아 보자 brew install zookeeper Kafka 구조 Kafka 크게 Producer, Kafka (Broker), Zookeeper Consumer 로 이루어져 있으며, 상세 내용은 아래와 같다. Producer..
- Total
- Today
- Yesterday
- AWS
- Python
- 켄트 백
- 테스트 주도 개발
- EC2
- data crawling
- 테스트
- mongodb
- MSA
- MQ
- fastapi
- SpringBoot
- Python #FastAPI
- 분산처리
- TDD
- kafka
- 웹개발
- 웹서비스
- GateWayApi
- 테스트주도개발
- data mining
- nodejs
- 퀜트백
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |