space88man left a comment (kamailio/kamailio#4153)
@tsearle - hi Torrey - can I confirm the routing script creates threads in the main process before fork (vs. threading is only done in the workers)?
For testing: - if the routing script uses threads in both master/workers - can you defer master threads until after the fork? Your scripts would need a way to sync with each other. Are you able to run the script with the master process doing no threading/kafka work? - I have encountered something similar with gRPC (even with the old code)