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 result is when second send method is called, it fails in KafkaProducer.h #393 with error: Exception thrown: read access violation
it was 0XFFFFFFFFFFFFFF
My environment is Windows 10 x64, VS 2019
Thanks in advance
The text was updated successfully, but these errors were encountered:
Please be aware of the memory lifetime management, -- if you're not quite sure about it, just use SendOption::ToCopyRecordValue as the option for send(...)
Hi
I faced an issue when 3 things are happening:
Please find a code sample that reproduce error below, it's a 'example_KafkaProducer_EnableManualEventsPoll.cc' from examples with small additions.
failing_example.txt
The result is when second send method is called, it fails in KafkaProducer.h #393 with error:
Exception thrown: read access violation
it was 0XFFFFFFFFFFFFFF
My environment is Windows 10 x64, VS 2019
Thanks in advance
The text was updated successfully, but these errors were encountered: