프로젝트 리액터 카프카 공식 레퍼런스를 한글로 번역한 문서입니다.
버전은 1.3.1 기준입니다.
Rajini Sivaram, Mark Pollack, Oleh Dokuka
목차:
- Overview
- Motivation
- Getting Started
- Additional Resources
- New & Noteworthy
- What’s new in Reactor Kafka 1.2.0.RELEASE
- 6.1. Overview
- 6.2. Reactive Kafka Sender
- 6.3. Reactive Kafka Receiver
- 6.3.1. Subscribing to wildcard patterns
- 6.3.2. Manual assignment of topic partitions
- 6.3.3. Controlling commit frequency
- 6.3.4. Auto-acknowledgement of batches of records
- 6.3.5. Disabling automatic commits
- 6.3.6. At-most-once delivery
- 6.3.7. Partition assignment and revocation listeners
- 6.3.8. Controlling start offsets for consuming records
- 6.3.9. Consumer lifecycle
- Sample Scenarios
- 7.1. Sending records to Kafka
- 7.2. Replaying records from Kafka topics
- 7.3. Reactive pipeline with Kafka sink
- 7.4. Reactive pipeline with Kafka source
- 7.5. Reactive pipeline with Kafka source and sink
- 7.6. At-most-once delivery
- 7.7. Fan-out with Multiple Streams
- 7.8. Concurrent Processing with Partition-Based Ordering
- 7.9. Transactional send
- 7.10. Exactly-once delivery
Next :Overview
아파치 카프카, 프로젝트 리액터, 카프카 리액터 간단 정리