Closed
Description
In BatchLoaderRegistry
, it is possible to configure options for each registration via Consumer<DataLoaderOptions>
where the underlying options instance is created with DataLoaderOptions.newOptions()
. It would be useful to be able to configure the DataLoaderOptions
instance to use by default.
This was suggested under #520.