Skip to content

Commit

Permalink
docs: improve the troubleshooting guide for Eventing (#569)
Browse files Browse the repository at this point in the history
* docs: Improve the trouble shooting guide

* Apply suggestions from code review

Co-authored-by: Nina Hingerl <[email protected]>

---------

Co-authored-by: Nina Hingerl <[email protected]>
  • Loading branch information
rakesh-garimella and NHingerl authored May 15, 2024
1 parent 11b31ba commit 778ec26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user/troubleshooting/evnt-05-fix-pending-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,11 @@ Sometimes triggering the leader reelection on the broken consumers doesn't work.
Replicas: 3
Storage: File
```
4. If none of the previous steps work, perform a restart of the NATS Pods:
```bash
# assuming we have 3 NATS instances
$ kubectl delete pod -n kyma-system eventing-nats-0 eventing-nats-1 eventing-nats-2 --wait=false
```

0 comments on commit 778ec26

Please sign in to comment.