Skip to content

How can I create a Translator instance using my own custom HttpClient? #43

Description

@hntan

Currently, the DeepL Java client Translator class utilizes its internal HttpClientWrapper, which is quite limited. Since it establishes a new connection for every request and lacks control over the task executor, it's suitable for infrequent usage. However, when sending a high volume of requests within a minute, resource constraints may become an issue. Is there a plan to enhance the client's capabilities?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions