meshy

TCP multiplexing gearwheels

Лицензия

Лицензия

Группа

Группа

com.addthis
Идентификатор

Идентификатор

meshy
Последняя версия

Последняя версия

3.4.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

meshy
TCP multiplexing gearwheels
Организация-разработчик

Организация-разработчик

AddThis
Система контроля версий

Система контроля версий

https://github.com/addthis/meshy

Скачать meshy

Как подключить последнюю версию

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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
com.addthis : muxy Необязательный jar 2.2.2
com.addthis.basis : basis-core jar 4.3.1
io.netty : netty-all jar 4.0.28.Final
com.yammer.metrics : metrics-core jar 2.2.0
org.eclipse.jetty : jetty-servlet jar 9.4.5.v20170502
io.prometheus : simpleclient jar 0.0.26
io.prometheus : simpleclient_hotspot jar 0.0.26
io.prometheus : simpleclient_servlet jar 0.0.26
io.prometheus.jmx : collector jar 0.10
org.slf4j : slf4j-api jar 1.7.25

test (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.25
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

meshy

TCP multiplexing gearwheels

meshy is a java library for creating clustered services over multiplexed tcp connections. Netty is used to handle all the gritty networking bits and UDP broadcast for service discovery.

Services are typically hierarchical -- think file systems or URLs -- and file services and RPC are the two most common use cases.

Nodes form a mesh once they have discovered the local network topology. Each mesh node is capable of handling any request that the mesh can handle by proxying to an appropriate node.

A typical use case is for each physical node to have one mesh node, and for local processes to talk to their local mesh node. Multiple meshes can be overlayed on the same physical hosts by using unique ports or "secret" keys.

Building

meshy uses Apache Maven which it is beyond the scope to detail. The super simple quick start is:

mvn test

Use

<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>meshy</artifactId>
  <version>latest-and-greatest</version>
</dependency>

You can either install locally, or releases will eventually make their way to maven central.

Administrative

Versioning

It's x.y.z where:

  • x: something major happened
  • y: next release
  • z: bug fix only

License

meshy is released under the Apache License Version 2.0. See Apache or the LICENSE for details.

com.addthis

AddThis

Версии библиотеки

Версия
3.4.4
3.4.2
3.4.0
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.1.0
3.0.0
2.2.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.2
2.1.1
2.1.0
2.0.0