Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduced the dashboard section in the readme #3

Merged
merged 4 commits into from
Jun 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added the outbox docs
dimamost committed Jun 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4be24a2da53feffb8e3b50369d340c5080c1a0bc
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -97,3 +97,11 @@ Finally confirm and you will find the logs of the custom handler in the dashboar
You can now check whether the data has been persisted in the persistence section of the dashboard:

![alt text](assets/readmeImages/dashboard-6.png)

In some cases, we want to see if the outbox is configured correctly and the events in the outbox are processed asynchronously. Since the audit log events are processed by the outbox, we can trigger them by fetching the books list in the `Browse books` action of the application:

![alt text](assets/readmeImages/dashboard-7.png)

In the Outbox section, you will find the outbox history the audit log event that was processed by the outbox . You can repeat it or create a custom outbox event to see how it behaves:

![alt text](assets/readmeImages/dashboard-8.png)
Binary file added assets/readmeImages/dashboard-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readmeImages/dashboard-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.