Network service connector

This library allows you to easy create communication between different services which run on different hosts. It uses the Apache zookeeper to find location of services, the netty io to connnect beatween services and java serialization to serialize queries beatween services.

License

License

Categories

Categories

Net
GroupId

GroupId

io.solwind
ArtifactId

ArtifactId

network-service-connector
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Network service connector
This library allows you to easy create communication between different services which run on different hosts. It uses the Apache zookeeper to find location of services, the netty io to connnect beatween services and java serialization to serialize queries beatween services.

Download network-service-connector

How to add to project

<!-- https://jarcasting.com/artifacts/io.solwind/network-service-connector/ -->
<dependency>
    <groupId>io.solwind</groupId>
    <artifactId>network-service-connector</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.solwind/network-service-connector/
implementation 'io.solwind:network-service-connector:1.0.0'
// https://jarcasting.com/artifacts/io.solwind/network-service-connector/
implementation ("io.solwind:network-service-connector:1.0.0")
'io.solwind:network-service-connector:jar:1.0.0'
<dependency org="io.solwind" name="network-service-connector" rev="1.0.0">
  <artifact name="network-service-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.solwind', module='network-service-connector', version='1.0.0')
)
libraryDependencies += "io.solwind" % "network-service-connector" % "1.0.0"
[io.solwind/network-service-connector "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.netty : netty-all jar 4.0.4.Final
org.apache.zookeeper : zookeeper jar 3.4.10

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 2.0.2-beta
org.apache.curator : curator-test jar 3.3.0
org.slf4j : slf4j-log4j12 jar RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4