Dropwizard Jest Multicast

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

License

License

Categories

Categories

DropWizard Container Microservices Jest Data Databases
GroupId

GroupId

com.meltmedia.dropwizard
ArtifactId

ArtifactId

dropwizard-jest-multicast
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard Jest Multicast
A jest client that will send data to multiple Elasticsearch clusters.
Project Organization

Project Organization

meltmedia

Download dropwizard-jest-multicast

How to add to project

<!-- 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"]

Dependencies

compile (5)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.1
1.2.0
1.1.0
1.0.0