You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The bridge is currently using the
commitSync
API call for committing offsets, but it's running anyway asynchronously in a thread via theCompletableFuture.runAsync
.We could think about using the native
commitAsync
which runs asynchronously itself providing a callback for the outcome.The text was updated successfully, but these errors were encountered: