Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

replace creation of new HTTPClient objects for each Beacon.send() (e.g. by pooling HTTPClient objects)

Open
#3 0 comments 0 reactions 2 assignees View on GitHub

@thomasgrassauer is already working on this.

Since Nov 5, 2017.

Assessment

This issue has not been assessed yet.

Description

enhancement

right now a new HTTPClient object is created for each Beacon.send() call. given that usually the number of different server IDs is very limited (~3) and the monitor name is hardly ever changed, I suggest e.g. pooling of the HTTPClient objects.

Dominant language
Java
Stars
37
Forks
36
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Dynatrace/openkit-java

All issues in Dynatrace/openkit-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.