0

Based on this documentation, librdkafka Handle::poll() automatically calls configured callbacks when it is invoked. The documentation, however, does not mention how these callbacks are called.

For example, does poll() wait for all the triggered callbacks to finish, does it spawn new threads to handle the callbacks and forget about their completions, or a mixture, or something else?

This is important to me because some of my callbacks take time to complete.

hermit.crab
  • 852
  • 1
  • 8
  • 20

0 Answers0