Giter Site home page Giter Site logo

team-triage / triage Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 22 MB

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

Home Page: https://team-triage.github.io/

License: GNU General Public License v3.0

Go 98.48% Dockerfile 1.52%
go grpc kafka-consumer kafka-proxy docker confluent-kafka

triage's Introduction

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.

triage's People

Contributors

aashish-b avatar aryan-binazir avatar jordanlswartz avatar mhtjung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

triage's Issues

gRPC Server Basics

Client requests a message through their gRPC endpoint.
We give them that message.

Client sends another request with the status code and an offset.
We send the offset and status to the Filter component.

We should be able to have multiple clients interact with the server.

Switch to `serveMux` handler

Using http.handleFunc() creates a global variable that can create security concerns. Switch to serveMux() to strengthen security.

Code Spike - gRPC Dispatch and functionality

  1. Create/persist "routes" to multiple consumer instances.
  2. Get responses back and send them somewhere (eventually based on ack and nack)
  3. If there is NO response, can I keep it somewhere and then send it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.