Skip to content

Commit

Permalink
feat: add kafka native acl
Browse files Browse the repository at this point in the history
generate handlers for kafka native acl endpoints
  • Loading branch information
roope-kar committed Dec 2, 2024
1 parent b2cbb7b commit 09a7e27
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 09a7e27

Please sign in to comment.