gcp pubsub 을 이용중인데 ack(acknowledge) 용어를 사용하고 있다. kafka 에서도 사용하는데, 서로 다르게 해석하는지 문서를 확인하며 비교해본다.

ack in GCP pubsub

GCP 공식 문서에 다음과 같이 정의한다.

ack in kafka official document

acknowledge 에 대한 개념 정의를 따로 정리해두지 않았다. producer configuration 파트에서 acks 옵션에서 간단히 설명되어 있다.

(원문) The number of acknowledgments the producer requires the leader to have received before considering a request complete.

conclusion

TBD

reference