Skip to content

Commit

Permalink
Improve for Code Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Feb 15, 2024
1 parent aee0a29 commit 4ddd685
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/user/02-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,20 @@ Use the following sample CRs as guidance. Each can be applied immediately when y

<!-- TABLE-END -->

<h3>More Details about Eventing CR state</h3>
<h3>More Details About Eventing CR State</h3>
The following table provides more details on the overall state of the Eventing CR:
- The <b>State</b> column has the overall state of the Eventing CR.
- The <b>Backend Config</b> column is part of the eventing CR that is either available or mistakenly not specified by a user.
- The <b>Backend State</b> column describes the state of the NATS backend or EventMesh Secret existence.

Warnings indicate that user action is required, that is, the user must install the NATS module or create an EventMesh Secret.

| Backend Config | Backend State | State |
|---------------------------|---------------------------|----------------|
| available | no NATS backend available | Warning|
| not available | | Warning |
| available | no EventMesh secret | Warning |
| available | error cases not caused by a user | Error |
| available | creating/updating eventing module | Processing |
| Backend Config | Backend State | Backend Type | Eventing State | Addition comment |
|---------------------------|---------------------------|----------------|----------------|----------|
| exists | Error (NATS ist unavailable or cannot be connected) | NATS | Warning | no events will be accepted / dispatched |
| exists | Missing | NATS | Warning | no events will be accepted / dispatched |
| exists | Warning (NATS deletion blocked) | NATS | Ready | events will be accepted / dispatched |
| missing | | NATS/EventMesh | Warning | no events will be accepted / dispatched |
| exists | Error (secret for EventMesh missing) | EventMesh | Warning | no events will be accepted / dispatched |
| exists | Error (cases not caused by a user) | NATS/EventMesh | Error | |
| exists | Processing (creating/updating eventing module) | NATS/EventMesh | Processing | |

0 comments on commit 4ddd685

Please sign in to comment.