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

Add admin API operations to promisified and non-promisified API #28

Open
milindl opened this issue Feb 19, 2024 · 4 comments
Open

Add admin API operations to promisified and non-promisified API #28

milindl opened this issue Feb 19, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@milindl
Copy link
Contributor

milindl commented Feb 19, 2024

For example: listing topics, ACL operations, consumer group operations, consumer group offset operations.

@milindl milindl added the enhancement New feature or request label Feb 19, 2024
@milindl milindl self-assigned this Feb 19, 2024
@milindl
Copy link
Contributor Author

milindl commented Mar 15, 2024

Added: ListGroups to list consumer groups

@milindl
Copy link
Contributor Author

milindl commented Apr 8, 2024

Added: DeleteGroups and DescribeGroups
Added: ListTopics

@brunodomenici
Copy link

+1 for describeGroup. We use this function to health check the consumer.
Any idea how to do it without this function?

@milindl
Copy link
Contributor Author

milindl commented Apr 23, 2024

@brunodomenici , the function is already available in the released version of the library which you can download off npm.

Unfortunately I've not added an example yet, but the usage can be seen in the test: https://github.com/confluentinc/confluent-kafka-javascript/blob/v0.1.12-devel/test/promisified/admin/describe_groups.spec.js#L71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants