/kayak

raft based streaming platform

Primary LanguageGoApache License 2.0Apache-2.0

Kayak

A raft based stream service.

Description

Inspired by kafka, but targeting simplicity.

Kayak is an streaming server built on top of Raft, using the go library implementation from Hashicorp.

TODO: GRPC/Connect description for api.

Running Kayak

TODO: describe docker compose. (Earthly or raw Dockerfile)

Failures

Request Forwarding.

If a node receives a write request and is not the leader, it will forward on the request to the current leader.