This commit adds an ItemWriter implementation for Apache Kafka using a KafkaTemplate with default topic set. Extending KeyValueItemWriter, the writer requires a Converter to map the Kafka ProducerRecord's key from the item. Resolves BATCH-2765
This commit adds an ItemWriter implementation for Apache Kafka using a KafkaTemplate with default topic set. Extending KeyValueItemWriter, the writer requires a Converter to map the Kafka ProducerRecord's key from the item. Resolves BATCH-2765