Skip to content

Commit

Permalink
feat: add kafka native acl (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
roope-kar authored Dec 5, 2024
1 parent 1d2a7be commit db07714
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 19 deletions.
4 changes: 4 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ Kafka:
- ServiceKafkaAclAdd
- ServiceKafkaAclDelete
- ServiceKafkaAclList
- ServiceKafkaNativeAclAdd
- ServiceKafkaNativeAclDelete
- ServiceKafkaNativeAclGet
- ServiceKafkaNativeAclList
- ServiceKafkaQuotaCreate
- ServiceKafkaQuotaDelete
- ServiceKafkaQuotaDescribe
Expand Down
214 changes: 209 additions & 5 deletions handler/kafka/kafka.go

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

Loading

0 comments on commit db07714

Please sign in to comment.