Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwiproject/dropwizard-client-poller
A library to provide an HTTP poller that integrates into Dropwizard applications
https://github.com/kiwiproject/dropwizard-client-poller
dropwizard java jersey-client polling
Last synced: about 2 months ago
JSON representation
A library to provide an HTTP poller that integrates into Dropwizard applications
- Host: GitHub
- URL: https://github.com/kiwiproject/dropwizard-client-poller
- Owner: kiwiproject
- License: mit
- Created: 2020-10-21T18:26:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T22:31:05.000Z (about 2 months ago)
- Last Synced: 2024-11-25T23:28:06.296Z (about 2 months ago)
- Topics: dropwizard, java, jersey-client, polling
- Language: Java
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### Dropwizard Client Poller
[![Build](https://github.com/kiwiproject/dropwizard-client-poller/workflows/build/badge.svg)](https://github.com/kiwiproject/dropwizard-client-poller/actions?query=workflow%3Abuild)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kiwiproject_dropwizard-client-poller&metric=alert_status)](https://sonarcloud.io/dashboard?id=kiwiproject_dropwizard-client-poller)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kiwiproject_dropwizard-client-poller&metric=coverage)](https://sonarcloud.io/dashboard?id=kiwiproject_dropwizard-client-poller)
[![CodeQL](https://github.com/kiwiproject/dropwizard-client-poller/actions/workflows/codeql.yml/badge.svg)](https://github.com/kiwiproject/dropwizard-client-poller/actions/workflows/codeql.yml)
[![javadoc](https://javadoc.io/badge2/org.kiwiproject/dropwizard-client-poller/javadoc.svg)](https://javadoc.io/doc/org.kiwiproject/dropwizard-client-poller)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Maven Central](https://img.shields.io/maven-central/v/org.kiwiproject/dropwizard-client-poller)](https://central.sonatype.com/artifact/org.kiwiproject/dropwizard-client-poller/)Dropwizard Client Poller provides a simple HTTP polling capability using a Jersey Client
and integrated with Dropwizard to provide health checks.