Skip to content

Commit

Permalink
Remove unused images
Browse files Browse the repository at this point in the history
  • Loading branch information
g1raffi authored Nov 20, 2023
1 parent 53baccc commit daeb240
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/en/docs/08.0/83_cloudevents.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ description: >

[CNCF](https://www.cncf.io/projects/cloudevents/) Incubating project since 2018.

![Quarkus](img/quarkus.png)
![CloudEvents](img/cloudevents.png)

Standardization is a general need in all fields after some technique is widely used. In the last few years the trend for scalable, event-driven systems grew massively. Everybody and everything is communicating in events. And all systems face the same question at some point - what should our events look like. If you were smart enough you asked the question rather earlier than later. If not, at some point you will face the truth that you will have to refactor a lot to achieve consistency in your events throughout your distributed system. This is where you would have wished to know CloudEvents already.

CloudEvents brings a specification to describe events in a common way. The common language increases consistency, accessibility and portability in distributed systems. Major programming languages like Java, Go, JavaScript, Ruby, Rust, Python have SDKs and APIs to implement CloudEvents in a simple way. At it's core it will bring us a blueprint or language to define a set of metadata to describe the event.
Expand Down

0 comments on commit daeb240

Please sign in to comment.