jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Make writer optional #152

Open follis opened 3 years ago

follis commented 3 years ago

In a chunk step the processor is optional but the writer is required. There might be cases where the writer should be optional too. Only the reader really has to be required since it controls the loop.