Skip to content

Commit

Permalink
Aligning the Eventing message w/ the README from its repo
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Jul 21, 2023
1 parent 4c36780 commit b61b9ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Knative is a platform-agnostic solution for running [serverless](https://en.wiki

--8<-- "about-serving.md"

## Knative Eventing
## Knative Eventing - The Event-driven application platform for Kubernetes

--8<-- "about-eventing.md"
2 changes: 1 addition & 1 deletion docs/eventing/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Knative Eventing
# Knative Eventing - The Event-driven application platform for Kubernetes

--8<-- "about-eventing.md"

Expand Down
4 changes: 3 additions & 1 deletion docs/snippets/about-eventing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
- /docs/eventing/README.md
- /docs/concepts/README.md
-->
Knative Eventing is a collection of APIs that enable you to use an [event-driven architecture](https://en.wikipedia.org/wiki/Event-driven_architecture){target=_blank} with your applications. You can use these APIs to create components that route events from event producers to event consumers, known as sinks, that receive events. Sinks can also be configured to respond to HTTP requests by sending a response event.
Knative Eventing is a collection of APIs that enable you to use an [event-driven architecture](https://en.wikipedia.org/wiki/Event-driven_architecture){target=_blank} with your applications. You can use these APIs to create components that route events from event producers (known as sources) to event consumers (known as sinks) that receive events. Sinks can also be configured to respond to HTTP requests by sending a response event.

Knative Eventing is a standalone platform that provides support for various types of workloads, including standard Kubernetes Services and Knative Serving Services.

Knative Eventing uses standard HTTP POST requests to send and receive events between event producers and sinks. These events conform to the [CloudEvents specifications](https://cloudevents.io/){target=_blank}, which enables creating, parsing, sending, and receiving events in any programming language.

Expand Down

0 comments on commit b61b9ae

Please sign in to comment.