Skip to content

Commit

Permalink
fixup! Add rule to ensure consume_groups is prefixed
Browse files Browse the repository at this point in the history
Ticket: DENA-1034
  • Loading branch information
matthewhughes-uw committed Nov 6, 2024
1 parent b32e67f commit 5e30c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugin "uw-kafka-config" {
| [`msk_topic_config`](rules/msk_topic_config.md) | Checks the configuration for MSK topics |
| [`msk_topic_config_comments`](rules/msk_topic_config_comments.md) | Checks the comments for topic configurations expressed in millis |
| [`msk_unique_app_names`](rules/msk_unique_app_names.md) | Checks that TLS app names are unique |
| [`msk_app_consume_groups`](rules/msk_app_consume_groups.md) | Checks that TLS app consume groups contain a `'.'` separated prefix |
| [`msk_app_consume_groups`](rules/msk_app_consume_groups.md) | Checks that TLS app consume groups are prefixed with a team name |


## Building the plugin
Expand Down

0 comments on commit 5e30c75

Please sign in to comment.