Dropwizard Jest Multicast Parent

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-parent
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

http://github.com/meltmedia/dropwizard-jest-multicast
Project Organization

Project Organization

meltmedia
Source Code Management

Source Code Management

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

Download dropwizard-jest-multicast-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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

Versions

Version
1.2.1
1.2.0
1.1.0
1.0.0