Skip to content

Commit

Permalink
SKYEDEN-3082 | Add docs for tracking urls ui
Browse files Browse the repository at this point in the history
  • Loading branch information
questras committed Dec 16, 2024
1 parent 27a5549 commit 7fee677
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/configuration/message-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ LogRepository logRepository(Client client) {
return new ElasticsearchLogRepository(client);
}
```

### UI configuration
Ui console can be configured to show tracking urls to users for topics and subscriptions.
To enable this, make bean implementing `pl.allegro.tech.hermes.tracker.management.TrackingUrlProvider`
available in Spring context.

0 comments on commit 7fee677

Please sign in to comment.