Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Docs: Change order of event types (#789)
Browse files Browse the repository at this point in the history
Changed order of event types to demote usage of the undefined event type.

If a user is reading the docs, the first thing (s)he sees is the undefined event type. In order to promote the usage of well-structured event types, I propose to change the order.
  • Loading branch information
kaygoebel authored and SergKam committed Nov 28, 2017
1 parent cb30f88 commit c586d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_documentation/using_event-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ API that lists all the available event types.

There are three main _categories_ of event type defined by Nakadi -

- **Undefined Event**: A free form category suitable for events that are entirely custom to the producer.
- **Business Event**: An event that is part of, or drives a business process, such as a state transition in a customer order.

- **Data Change Event**: An event that represents a change to a record or other item, or a new item. Change events are associated with a create, update, delete, or snapshot operation.

- **Business Event**: An event that is part of, or drives a business process, such as a state transition in a customer order.
- **Undefined Event**: A free form category suitable for events that are entirely custom to the producer.

Each event category enables different capabilities for an event type, notably their schema and validation rules, which we'll describe next.

Expand Down

0 comments on commit c586d5a

Please sign in to comment.