You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
rstoyanchev
changed the title
Add option to set default DataLoaderOptions in BatchLoaderRegistry
Support default DataLoaderOptions in DefaultBatchLoaderRegistryNov 9, 2022
In
BatchLoaderRegistry
, it is possible to configure options for each registration viaConsumer<DataLoaderOptions>
where the underlying options instance is created withDataLoaderOptions.newOptions()
. It would be useful to be able to configure theDataLoaderOptions
instance to use by default.This was suggested under #520.
The text was updated successfully, but these errors were encountered: