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

Refactor Beekeeper to Use a Single HTTP Client Instance #452

Open
gacevicljubisa opened this issue Jan 30, 2025 · 0 comments · May be fixed by #459
Open

Refactor Beekeeper to Use a Single HTTP Client Instance #452

gacevicljubisa opened this issue Jan 30, 2025 · 0 comments · May be fixed by #459
Assignees

Comments

@gacevicljubisa
Copy link
Contributor

Description

Currently, each time a Bee node client instance is created within Beekeeper, a new HTTP client instance is also initialized. This leads to unnecessary resource usage and potential inefficiencies.

To improve performance and resource management, a single HTTP client instance should be created at the start and propagated wherever needed.

Tasks

  • Refactor the code to instantiate the HTTP client once at the beginning.
  • Ensure the single HTTP client instance is reused across all Bee node client instances.
  • Verify that all existing functionality remains intact after the refactor.
@gacevicljubisa gacevicljubisa self-assigned this Jan 30, 2025
@gacevicljubisa gacevicljubisa linked a pull request Feb 12, 2025 that will close this issue
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 a pull request may close this issue.

1 participant