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
For instance this timeout will probably be rendered useless. Also I suspect that currently this timeout only cancels the waiting on the callback but will leak the actual hanging commit, which is what those new semantics are guarding against.
The text was updated successfully, but these errors were encountered:
Also I suspect that currently this timeout only cancels the waiting on the callback but will leak the actual hanging commit, which is what those new semantics are guarding against.
Yes, you're right - unfortunately I don't think there's anything we can do about that unless we revert to using the commitSync method which has an optional timeout parameter.
I think fs2-kafka will require some changes to accommodate the new async cancelation semantics in the upcoming CE 3.5.0.
For instance this timeout will probably be rendered useless. Also I suspect that currently this timeout only cancels the waiting on the callback but will leak the actual hanging commit, which is what those new semantics are guarding against.
The text was updated successfully, but these errors were encountered: