|
|
|
|
|
by hackmanytrades
3067 days ago
|
|
From what I understand of librdkafka, there's no easy way to disable the internal thread pool it uses. I'd imagine that the internal thread pool for sending/receiving data from Kafka is as core to librdkafka as the internal thread pool for running actors is to Pony and trying to remove or disable either of them would be a large undertaking. |
|