Kafka sink: use signal instead timeout on full buffer #6057
Labels
sink: kafka
Anything `kafka` sink related
type: enhancement
A value-adding code change that enhances its existing functionality.
Initially
kafka
sink was changed to use a timeout in #4846. In the same pull request @lukesteensen proposed to use signal instead timeout (#4846 (comment)). I changed timeout to signal in #5007.Unfortunately, this caused significant performance decrease (#5007 (comment)), so Luke reverted #5007 in #5900 and proposed to use notify_waiters from
tokio:1.0
.Currently blocked by #5175
The text was updated successfully, but these errors were encountered: