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
Similar to #189 - could OwnedHeaders be Sync as well as Send?
The lack of Sync on OwnedHeaders means that an OwnedMessage is also !Sync, so it can't be easily used with async/await for the same reasons identified in #189 for BorrowedMessage.
The text was updated successfully, but these errors were encountered:
benesch
added a commit
to benesch/rust-rdkafka
that referenced
this issue
Dec 31, 2019
Similar to #189 - could
OwnedHeaders
beSync
as well asSend
?The lack of
Sync
onOwnedHeaders
means that anOwnedMessage
is also!Sync
, so it can't be easily used with async/await for the same reasons identified in #189 forBorrowedMessage
.The text was updated successfully, but these errors were encountered: