Skip to content

Investigating on using commitAsync in place of commitSync #735

@ppatierno

Description

@ppatierno

The bridge is currently using the commitSync API call for committing offsets, but it's running anyway asynchronously in a thread via the CompletableFuture.runAsync.
We could think about using the native commitAsync which runs asynchronously itself providing a callback for the outcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions