eventing

Open source specification and implementation of Knative event binding and delivery

Github stars Tracking Chart

Knative Eventing

GoDoc
Go Report Card
Releases
LICENSE
Slack Status

This repository contains a work-in-progress eventing system that is designed to
address a common need for cloud native development:

  1. Services are loosely coupled during development and deployed independently
  2. A producer can generate events before a consumer is listening, and a consumer
    can express an interest in an event or class of events that is not yet being
    produced.
  3. Services can be connected to create new applications
    • without modifying producer or consumer, and
    • with the ability to select a specific subset of events from a particular
      producer.

The high level mission of Knative Eventing is: Enable asynchronous application
development through event delivery from anywhere.

For the full mission of Knative Eventing see
docs/mission.md.

For complete Knative Eventing documentation, see
Knative eventing or
Knative docs to learn about Knative.

If you are interested in contributing, see CONTRIBUTING.md,
DEVELOPMENT.md and
Knative WORKING-GROUPS.md.

Interested users should join
knative-users,

Overview

Name With Ownerknative/eventing
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:Apache License 2.0
Release Count283
Last Release Namev0.41.1 (Posted on 2024-05-07 13:02:17)
First Release Namev0.2.0 (Posted on 2018-11-12 16:59:16)
Created At2018-03-12 21:08:29
Pushed At2024-05-07 19:38:44
Last Commit At
Stargazers Count1.4k
Watchers Count33
Fork Count569
Commits Count4k
Has Issues Enabled
Issues Count2950
Issue Open Count93
Pull Requests Count4271
Pull Requests Open Count15
Pull Requests Close Count632
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top