Official Modules
Listing of officially supported Dropwizard modules.
If you want to add your module to this listing, please open a pull request in the modules.dropwizard.io repository on GitHub.
The requirements for officially supported Dropwizard modules are described in this post on dropwizard-dev.
Name | Description | License | Maven Artifact |
---|---|---|---|
dropwizard-discovery | A Dropwizard bundle that registers into Zookeeper for service discovery | Apache-2.0 | |
dropwizard-protobuf | Support for reading and writing Google Protocol Buffer objects within Dropwizard | Apache-2.0 | |
dropwizard-elasticsearch | Support for Elasticsearch | Apache-2.0 | |
dropwizard-flyway | Flyway for database migrations | Apache-2.0 | |
dropwizard-java8 | Support for Java 8 features | Apache-2.0 | |
dropwizard-vavr | Support for Vavr | Apache-2.0 | |
dropwizard-kafka | Provides easy integration for Dropwizard applications with Apache Kafka | Apache-2.0 | |
dropwizard-foundationdb | A convenience library for the integration of FoundationDB and various layers in a Dropwizard service. | Apache-2.0 | |
dropwizard-kubernetes | A convenience library for the integration of the Fabric8 Kubernetes client in a Dropwizard service. | Apache-2.0 | |
dropwizard-health | Provides a health check implementation that performs ongoing monitoring of an application's dependencies and includes an endpoint that can be called by a load balancer to determine if the application is healthy and thus able to receive traffic. | Apache-2.0 | |
dropwizard-redis | A convenience library for Redis integration in a Dropwizard service. | Apache-2.0 | |
dropwizard-web | Provides support for configuring various http headers that are important for web services. | Apache-2.0 | |
dropwizard-cassandra | A convenience library for Apache Cassandra integration in a Dropwizard service. | Apache-2.0 |