Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 authored Apr 27, 2024
1 parent 1a37a8c commit 70968c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/post/Etc/Kafka-connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tags = [
- 주기적으로 데이터 가져오는것을 확인

![](Pasted%20image%2020240427161012.png)
![](Pasted_image_20240427161012.png)
#### GCS Sink Connector 테스트
Expand Down Expand Up @@ -105,22 +105,22 @@ tags = [
}
```

![](Pasted%20image%2020240427161048.png)
![](Pasted_image_20240427161048.png)
- 여러개의 토픽을 연결할 수 있음
![](Pasted%20image%2020240427161059.png)
![](Pasted_image_20240427161059.png)
- 이 때, partition의 수와 task의 수와 관련이 있음
- partition이 하나씩 있을 경우, consumer 하나에 파티션 하나가 할당됨
- partition이 두개 각각 있을 경우, consumer 2개가 일하게 됨
![](Pasted%20image%2020240427161111.png)
![](Pasted_image_20240427161111.png)
![](Pasted%20image%2020240427161125.png)
![](Pasted_image_20240427161125.png)
### 실제 데이터 흐름
![](Pasted%20image%2020240427162324.png)
![](Pasted_image_20240427162324.png)

### 추가 고려 사항

Expand Down

0 comments on commit 70968c1

Please sign in to comment.