Skip to content

moleculer-java/moleculer-java-httpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

Packages

Contributors

Languages