Dropwizard Jest Multicast Parent

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

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.2.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Dropwizard Jest Multicast Parent
A jest client that will send data to multiple Elasticsearch clusters.
Ссылка на сайт

Ссылка на сайт

http://github.com/meltmedia/dropwizard-jest-multicast
Организация-разработчик

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

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

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

https://github.com/meltmedia/dropwizard-jest-multicast

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

Имя Файла Размер
dropwizard-jest-multicast-parent-1.2.1.pom 3 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • bundle
  • example

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