A question about success response while in async mode.
janpeb opened this issue · 0 comments
Hello my friends. How are you doing. I hope this message finds you well. When we are using the library with sync_mode False, we take advantage of sending it using another thread decoupling from our main one(maybe in future we could have a asyncio based implementation). But at the same time I can't figure out how we could get the success result per event, because we only have the on_error callback. In my scenario we must handle the success in the same way to control our fault-tolerance sending pipeline. So we have opted to use sync_mode True for a while.
Is there a way I have not seen, or I actually have to make a fork(it would be nice for me) and try to implement it? Let me know my friends.
Kind regards,
Jan Palach