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.