Class ApacheKafkaCommitter

All Implemented Interfaces:
BatchConsumer, Committer, Configurable<ApacheKafkaCommitterConfig>, AutoCloseable

public class ApacheKafkaCommitter extends AbstractBatchCommitter<ApacheKafkaCommitterConfig>

Commits documents to Kafka via it's Producer API

Topic Creation

By default topics are assumed to already exist. You can optionally have them created when not already present with ApacheKafkaCommitterConfig.setCreateTopic(boolean).

Author:
Harinder Hanjan