Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/team-triage/triage

Triage is an open-source consumer proxy that solves head-of-line blocking for Kafka consumers
https://github.com/team-triage/triage

confluent-kafka docker go grpc kafka-consumer kafka-proxy

Last synced: 10 days ago
JSON representation

Triage is an open-source consumer proxy that solves head-of-line blocking for Kafka consumers

Awesome Lists containing this project

README

        

# Triage
Triage is an open source Kafka consumer proxy service that solves head-of-line blocking while preventing data-loss through increased parallelism, commit tracking, and a dead-letter store.

Triage operates as an AWS Fargate service deployed to a users AWS account. It sits between your Kafka cluster and consumer applications and can be interacted with via a thin client library.

To read more about Triage, visit: https://team-triage.github.io/

How to Use Triage

Users can deploy Triage using the `triage-cli` command line tool, which is available via `npm`. It can be installed using the following command:

npm install -g triage-cli
For detailed instructions, see the README at: https://github.com/Team-Triage/triage-cli

To interact with Triage, consumer applications should use the `triage-client-go` library, found at https://github.com/Team-Triage/triage-client-go.