The Wayback Machine - https://web.archive.org/web/20221016053655/https://github.com/knative/eventing
Skip to content

knative/eventing

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

bumping knative.dev/hack 52a87e1...3fdc50b:
  > 3fdc50b Remove Signing Feature Gate (# 236)
  > 2d67db5 generate provenances (# 237)
bumping knative.dev/reconciler-test debffa2...37c944e:
  > 37c944e upgrade to latest dependencies (# 406)
  > 0a1020d Update actions (# 405)
  > 5c62f1c Update community files (# 404)
  > 5fad31c upgrade to latest dependencies (# 403)
  > 824de99 upgrade to latest dependencies (# 402)
bumping knative.dev/pkg 21d3b47...714b763:
  > 714b763 upgrade to latest dependencies (# 2609)
bumping knative.dev/hack/schema b3c9790...3fdc50b:
  > 3fdc50b Remove Signing Feature Gate (# 236)
  > 2d67db5 generate provenances (# 237)
  > 52a87e1 Update community files (# 235)
  > 92a65f1 don't quote vars referencing files (# 234)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
24adf19

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cmd
 
 
 
 
 
 
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Knative Eventing

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

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.

Interested users should join knative-users.