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 5379333
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 19 deletions.
5 changes: 5 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 Expand Up @@ -286,6 +290,7 @@ Service:
- ServiceIntegrationList
- ServiceIntegrationTypes
- ServiceIntegrationUpdate
- ServiceKafkaNative
- ServiceKmsGetCA
- ServiceKmsGetKeypair
- ServiceList
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 5379333

Please sign in to comment.