Skip to content

Commit

Permalink
docs: Replace Remedy with Solution (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
NHingerl authored Nov 21, 2024
1 parent 20ed06c commit d340b75
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/contributor/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you cannot find your issue described here, take a look at the [Eventing Troub

**Cause:** The namespace of the Deployment does not exist yet.

**Remedy:** Create the namespace.
**Solution:** Create the namespace.

```sh
kubectl create ns kyma-system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Trouble with Kyma Eventing may be caused by various issues, so this document guides you through the diagnostic steps to determine the specific root cause.

## Remedy
## Solution

Follow these steps to detect the source of the problem:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Events were not received by the consumers.

## Remedy
## Solution

1. Follow the diagnostic steps as mentioned in [Eventing Troubleshooting](evnt-01-eventing-troubleshooting.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/user/troubleshooting/evnt-03-type-collision.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subscriber receives irrelevant events.
To conform to Cloud Event specifications, Eventing modifies the event names to filter out prohibited characters. For details, see [Event name cleanup](../evnt-event-names.md#event-name-cleanup).
In some cases, it can lead to a naming collision, which can cause subscribers to receive irrelevant events.

## Remedy
## Solution

Follow these steps to detect if naming collision is the source of the problem:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To prevent event loss, the backend stops receiving events, and no further events
> [!NOTE]
> If you delete a Subscriber (sink) while there is still a Kyma Subscription pointing to that sink, the events published to that Subscription pile up in the stream and possibly delay the event delivery to other Subscribers.
## Remedy
## Solution

There are several ways to free the space on NATS JetStream backend:

Expand Down
2 changes: 1 addition & 1 deletion docs/user/troubleshooting/evnt-05-fix-pending-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When the leader is elected, all the messages are replicated across the replicas.
Sometimes replicas can go out of sync with the other replicas.
As a result, messages on some consumers can stop being acknowledged and start piling up in the stream.

## Remedy
## Solution

To fix the "broken" consumers with pending messages, trigger a leader reelection. You can do this either on the consumers that have pending messages, or if that fails, on the stream level.

Expand Down

0 comments on commit d340b75

Please sign in to comment.