Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeqo/kafka-streams-rest


https://github.com/jeqo/kafka-streams-rest

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kafka Streams - REST

project-phase: experimentation

Set of utilities to help Kafka Streams to expose and control the state of their applications.

## Modules

- [REST core](./rest-core) Core set of services on top of Kafka Streams abstractions.
- [REST Armeria](./rest-armeria) Armeria HTTP server implementation of core services.

### REST - Armeria

[Armeria](https://armeria.dev/) is a microservice framework for HTTP, gRPC, and other technologies.
This module uses Armeria HTTP server APIs to expose Kafka Streams application controls, metrics, health-check, metadata, and store information.

## Services

- [Tombstone](./tombstone) Tombstone service to manage Kafka Streams applications state.