Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use config of bulk service manager for its operations #172

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

markusheiden
Copy link

@markusheiden markusheiden commented Mar 1, 2024

The bulk service manager can be configured in various ways. Some of them (e.g. the HTTP file service) won't always be passed to the operations. This PR changes that.

Use case:

We are using NAT. Thus creating and closing HTTP connection to the same destination at a very fast pace leads to resource problems.

This MR allows using one HTTP file service for all operations of the service managers. Thus one could use one connection pool for all HTTP requests of these. This avoids creating and closing connections caused by many HTTP file service instances used for one HTTP request only like done before.

@markusheiden
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant