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
Here, data is a class is passed in as a shared ptr. For now the shared pointer is pushed to a map and never removed, so the memory is valid even after the message is sent.
I have a server where my producer is not authorized to send a message on kafka. I use async send and the program crashes after the 1st send
My code to send
Here,
data
is a class is passed in as a shared ptr. For now the shared pointer is pushed to a map and never removed, so the memory is valid even after the message is sent.Here is the async send
cb
is a callback function that takes in ashared_ptr
to thedata
that was passed in, and 2 stringsThe error I get from kafka is
Error Broker: Topic authorization failed [29] sending message
Some logs from kafka
back trace from the core file
The text was updated successfully, but these errors were encountered: