Commit Graph

8 Commits

Author SHA1 Message Date
Mahmoud Ben Hassine
6ab141bb44 Fix incorrect description of AggregateItemReader in "Appendix A"
This commit fixes incorrect references to `AggregateItemReader#__$$BEGIN_RECORD$$__`
and `AggregateItemReader#__$$END_RECORD$$__` by updating the description of the
reader with the one in its Javadoc.

It also adds a note that the AggregateItemReader is not part of the standard library
of readers provided by Spring Batch but only given as a sample.

Issue #1793
2020-03-13 11:22:45 +01:00
Mahmoud Ben Hassine
e79cb7d55a Update documentation 2019-05-13 18:24:17 +02:00
Mathieu Ouellet
06556dc97e Add Kafka ItemWriter
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
2019-05-07 17:06:20 +02:00
Mahmoud Ben Hassine
80d0015bb7 Update docs with new features of v4.1.0.M3 2018-09-21 14:23:20 -05:00
Mahmoud Ben Hassine
9307c87aa2 Polish documentation by fixing some typos, code examples and formatting issues 2018-02-28 15:27:29 -06:00
Michael Minella
0c4937ac5a Polish 2017-10-17 21:45:43 -05:00
Jay Bryant
d376c42bde Editing pass for appendix.adoc
I improved readability and consistency and corrected sentence errors. I also added a bunch of links to readersAndWriters.html.
2017-10-17 21:43:20 -05:00
Glenn Renfro
67853f22de Documentation Migration
This commit migrates the old Spring Batch documentation to a new
asciidoc toolchain.  It will be the first piece in modernizing the
existing Spring Batch documentation.  Future steps will include making
java based configuraion more prominant in the reference documentation.

Resolves BATCH-2620
2017-07-13 14:49:33 -05:00