We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example: listing topics, ACL operations, consumer group operations, consumer group offset operations.
The text was updated successfully, but these errors were encountered:
Added: ListGroups to list consumer groups
Sorry, something went wrong.
Added: DeleteGroups and DescribeGroups Added: ListTopics
+1 for describeGroup. We use this function to health check the consumer. Any idea how to do it without this function?
describeGroup
@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
milindl
No branches or pull requests
For example: listing topics, ACL operations, consumer group operations, consumer group offset operations.
The text was updated successfully, but these errors were encountered: