Kafka RPC: Slow callbacks cause lag on response topics
Description
Currently all the RPC responses at OpenNMS are handled in one thread sequentially which may delay response handling of other responses that are waiting. This needs improvement such that no response will wait on another.
Currently all the RPC responses at OpenNMS are handled in one thread sequentially which may delay response handling of other responses that are waiting. This needs improvement such that no response will wait on another.