Skip to content

lionelvillard/eventing-kafka

This branch is 900 commits behind knative-extensions/eventing-kafka:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00a0ea6 · Oct 12, 2020
Sep 16, 2020
Oct 6, 2020
Oct 12, 2020
Oct 9, 2020
Oct 8, 2020
Oct 12, 2020
Oct 8, 2020
Oct 8, 2020
Oct 9, 2020
Sep 21, 2020
Oct 12, 2020
Sep 17, 2020
Sep 10, 2020
Aug 4, 2020
Apr 15, 2020
May 27, 2020
Sep 29, 2020
Oct 12, 2020
Oct 9, 2020
Oct 9, 2020
May 6, 2020

Repository files navigation

Kafka Eventing Components

go.dev reference Go Report Card Releases LICENSE codecov TestGrid Slack Slack

This repository contains eventing components using Kafka as the backing implementation. It currently consists of a Source implementation, and a single KafkaChannel CRD with two backing Channel implementations (Consolidated & Distributed).

Nightly Artifacts

# Install the Kafka Source
kubectl apply -f https://storage.googleapis.com/knative-nightly/eventing-kafka/latest/source.yaml

# Install the Kafka "Consolidated" Channel
kubectl apply -f https://storage.googleapis.com/knative-nightly/eventing-kafka/latest/channel-consolidated.yaml

# Install the Kafka "Distributed" Channel
kubectl apply -f https://storage.googleapis.com/knative-nightly/eventing-kafka/latest/channel-distributed.yaml

To learn more about Knative, please visit the /docs repository.

This repo falls under the Knative Code of Conduct

About

Kafka integrations with Knative Eventing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.9%
  • Shell 1.9%
  • Makefile 0.2%