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 28, 2024
1 parent 754cc80 commit 80a501f
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 29 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
233 changes: 218 additions & 15 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 80a501f

Please sign in to comment.