Event-driven application platform for Kubernetes
Go to file
Ahmed Abdalla d817bf6e94 Introduce addressable resolver aggregated cluster role (#1013)
* Introduce addressable resolver aggregated cluster role

* Add addressable-resolver aggregated cluster role
* Add broker addressable cluster role
* Add channel addressable cluster role

* Consolidate addressable-resolvers & include routes and Kservices

* Add addressable-resolver role to eventing controller
2019-04-02 14:28:55 -07:00
.github New templates to create bug, customer issue and feature request (#919) 2019-03-19 14:59:46 -07:00
cmd Using a larger default TTL until we make it settable. (#1016) 2019-04-02 11:09:56 -07:00
config Introduce addressable resolver aggregated cluster role (#1013) 2019-04-02 14:28:55 -07:00
contrib Update knative/pkg dependency (#1006) 2019-03-29 12:23:53 -07:00
docs Format markdown (#989) 2019-03-28 17:52:53 -07:00
hack Issue 762 (#766) 2019-01-30 20:47:37 -08:00
pkg golang format tools (#1017) 2019-04-02 10:20:55 -07:00
sample Updating links to docs repo (#954) 2019-03-22 15:07:48 -07:00
test Change the special value representing 'allow all events' from 'Any' to the empty string (#985) 2019-03-27 15:55:51 -07:00
third_party Migrate our usage of pkg/cloudevents to cloudevents sdk. (#924) 2019-03-19 16:23:46 -07:00
vendor Adding Pong util, and updating CloudEvents sdk. (#1003) 2019-04-01 15:45:55 -07:00
.gitattributes 🎉 Kafka contrib folder (#717) 2019-01-24 10:03:34 -08:00
.gitignore Remove obsoleted code for subscribable interface (#602) 2018-11-09 16:40:44 -08:00
AUTHORS Add IBM to Authors (#177) 2019-01-07 08:47:40 -08:00
CODE_OF_CONDUCT.md Updating links to docs repo (#954) 2019-03-22 15:07:48 -07:00
CONTRIBUTING.md Format markdown (#962) 2019-03-24 13:23:49 -07:00
DEVELOPMENT.md Updating links to docs repo (#954) 2019-03-22 15:07:48 -07:00
Gopkg.lock Adding Pong util, and updating CloudEvents sdk. (#1003) 2019-04-01 15:45:55 -07:00
Gopkg.toml Adding Pong util, and updating CloudEvents sdk. (#1003) 2019-04-01 15:45:55 -07:00
LICENSE Initial commit 2018-03-12 14:08:30 -07:00
OWNERS adding n3wscott to approvers. (#465) 2019-03-19 11:41:46 -07:00
README.md Updating links to docs repo (#954) 2019-03-22 15:07:48 -07:00

README.md

Knative Eventing

GoDoc Go Report Card

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.

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.

Please join knative-users to view planned project releases in roadmap.