Skip to content

Commit

Permalink
Bump markdownlint-cli from 0.41.0 to 0.42.0 (#269)
Browse files Browse the repository at this point in the history
* Bump markdownlint-cli from 0.41.0 to 0.42.0

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix list formatting

Signed-off-by: Mirjam Aulbach <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Mirjam Aulbach <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
dependabot[bot] and programmiri authored Oct 7, 2024
1 parent 95afd4b commit bef137e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 76 deletions.
9 changes: 1 addition & 8 deletions docs/workflows/topic/view-topic-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,23 @@ Klaw enables users to view actual events on a topic, provided the messages are u
- You need to use the new Klaw user interface to view events.

:::note

This feature may not be available in the old Klaw UI.
:::

## How to view events

1. Select the topic for which you want to view events using the new Klaw interface.

2. In the **Topic overview** tab, select the right environment for your topic.

3. Next, select the **Messages** tab.

4. Choose a fetching mode:

- **Default mode:** Select the number of messages you wish to display. This mode shows the latest messages from the topic's partitions.

![image](../../../static/images/topic/view-events1.png)

- **Custom mode:** Enter a partition ID and specify the number of messages you want to display from that partition.

![image](../../../static/images/topic/view-events2.png)

:::note
Ensure the `klaw.topiccontents.consumergroup.id` property is enabled in the cluster-API application, and adjust the consumer group value as needed. Additionally, create an ACL that allows this consumer group to read messages from the Klaw host machine.

:::

5. After making your selection, messages are displayed. If you wish to view updated or additional messages later, click **Fetch messages**.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lint-staged": "^15.2.10",
"markdown-link-check": "^3.12.2",
"markdownlint": "^0.35.0",
"markdownlint-cli": "^0.41.0",
"markdownlint-cli": "^0.42.0",
"prettier": "^3.3.3",
"prop-types": "^15.8.1"
},
Expand Down
127 changes: 60 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bef137e

Please sign in to comment.