【 kafka-ui-api-v0.7.1.jar】配置集群后,UI展示的数据比实际kafka中查到的少 #1249
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Infra: Triage: Apply triage label for issues" | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
triage_issues: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label issue | |
uses: andymckay/labeler@master | |
with: | |
add-labels: "status/triage" | |
ignore-if-assigned: true |