Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/team-triage/triage
- Owner: Team-Triage
- License: gpl-3.0
- Created: 2022-10-31T16:03:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T20:22:13.000Z (over 1 year ago)
- Last Synced: 2024-06-20T22:34:42.538Z (8 months ago)
- Topics: confluent-kafka, docker, go, grpc, kafka-consumer, kafka-proxy
- Language: Go
- Homepage: https://team-triage.github.io/
- Size: 21.5 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-cliTo interact with Triage, consumer applications should use the `triage-client-go` library, found at https://github.com/Team-Triage/triage-client-go.