Dropwizard Jest Multicast

A jest client that will send data to multiple Elasticsearch clusters.

Лицензия

Лицензия

Категории

Категории

DropWizard Контейнер Микросервисы Jest Данные Базы данных
Группа

Группа

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

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

dropwizard-jest-multicast
Последняя версия

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

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Dropwizard Jest Multicast
A jest client that will send data to multiple Elasticsearch clusters.
Организация-разработчик

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

meltmedia

Скачать dropwizard-jest-multicast

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
io.searchbox : jest jar 2.0.3
io.dropwizard : dropwizard-core jar 1.0.0
com.google.inject : guice jar 4.1.0
junit : junit jar 4.11
vc.inreach.aws : aws-signing-request-interceptor jar 0.0.16

test (3)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest-all jar 1.3
com.github.tomakehurst : wiremock-standalone jar 2.1.11
org.mockito : mockito-core jar 2.1.0-RC.1

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

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

dropwizard-jest-multicast

There is not a good way to send data using jest to multiple elasticsearch databases. This project aims to fix that by overriding the JestClient class to manage multiple connections.

Usage

This is a dropwizard bundle to putting it into your project is as easy as:

private MulticastBundle bundle;

@Override
public void initialize(Bootstrap<ExampleConfiguration> bootstrap) {
    bootstrap.addBundle(
            bundle = new MulticastBundle.Builder<ExampleConfiguration>()
                .withConfiguration(ExampleConfiguration::getElasticsearch)
                .build()
    );
}
com.meltmedia.dropwizard

Meltmedia

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

Версия
1.2.1
1.2.0
1.1.0
1.0.0