The Wayback Machine - http://web.archive.org/web/20201112011930/https://github.com/knative/eventing/
Skip to content
master
Go to file
Code

Latest commit

* Remove prejob install

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adjust the hack/release script

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Remove pre_0.18 runs, after we have cut 0.19...

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
feec842

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Mar 12, 2018

README.md

Knative Eventing

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

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,

You can’t perform that action at this time.