Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeqo/kafka-streams-rest
https://github.com/jeqo/kafka-streams-rest
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeqo/kafka-streams-rest
- Owner: jeqo
- License: apache-2.0
- Created: 2021-09-07T17:15:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T10:14:09.000Z (over 2 years ago)
- Last Synced: 2024-04-17T16:15:01.247Z (7 months ago)
- Language: Java
- Size: 851 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.