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 Nov 19, 2024
1 parent 754cc80 commit 4f2f0b0
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 43 deletions.
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ Kafka:
- ServiceKafkaAclAdd
- ServiceKafkaAclDelete
- ServiceKafkaAclList
- ServiceKafkaNativeAclAdd
- ServiceKafkaNativeAclDelete
- ServiceKafkaNativeAclGet
- ServiceKafkaNativeAclList
- ServiceKafkaQuotaCreate
- ServiceKafkaQuotaDelete
- ServiceKafkaQuotaDescribe
Expand Down Expand Up @@ -282,6 +286,7 @@ Service:
- ServiceIntegrationList
- ServiceIntegrationTypes
- ServiceIntegrationUpdate
- ServiceKafkaNative
- ServiceKmsGetCA
- ServiceKmsGetKeypair
- ServiceList
Expand Down
277 changes: 248 additions & 29 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 4f2f0b0

Please sign in to comment.