Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reexport all types from KafkaJS #15

Merged
merged 2 commits into from
May 14, 2024
Merged

Conversation

dakota002
Copy link
Contributor

Description

Re export of important types referenced in https://kafka.js.org/docs/admin#create-acl

These will be needed for admin actions (create ACLs, etc.)

@dakota002 dakota002 requested a review from lpsinger May 9, 2024 19:44
@dakota002
Copy link
Contributor Author

@lpsinger is this useful? or should these types just be imported directly from kafkajs as

import {
  AclOperationTypes,
  AclPermissionTypes,
  AclResourceTypes,
  ResourcePatternTypes,
} from 'kafkajs'

index.ts Outdated Show resolved Hide resolved
@dakota002 dakota002 requested a review from lpsinger May 14, 2024 18:00
@lpsinger lpsinger changed the title Reexport types for ACL actions Reexport all types from KafkaJS May 14, 2024
@lpsinger lpsinger merged commit 4d78d7a into nasa-gcn:main May 14, 2024
1 check passed
@dakota002 dakota002 deleted the TypeReExport branch May 15, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants