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

ConsumerTask should expose a method to execute an action directly on the Consumer. #2

Closed
fhussonnois opened this issue Jul 31, 2020 · 0 comments

Comments

@fhussonnois
Copy link
Member

Motivation

Developers should be able to get an access to the Consumer instance contained in a ConsumerTask in order to perform some operations. For example to seek the consumer to a specific offset.

Proposed Change

New Public API

Add this new method the ConsumerTask class

fun <T> execute(action: (consumer: Consumer<K, V>) -> T): T
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

No branches or pull requests

1 participant