Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.02 KB

File metadata and controls

28 lines (20 loc) · 1.02 KB

Non-blocking HTTP client for Moleculer

The "moleculer-java-httpclient" is an asynchronous HTTP client API, specially designed for Java-based Moleculer Ecosystem. The client is suitable for handling large numbers of REST requests, and it can receive WebSocket messages from a Netty/J2EE-based Moleculer application. The built-in Heartbeat function automatically checks if a connection has been lost. If a connection is lost, the client automatically rebuilds the connection.

Requires JDK 17. Built on AsyncHttpClient 3.x.

Documentation

Documentation

Download

<dependency>
    <groupId>com.github.berkesa</groupId>
    <artifactId>moleculer-java-httpclient</artifactId>
    <version>2.0.0</version>
</dependency>

License

This project is available under the MIT license.