You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing an RPC system, I encountered performance issues with the 'get' and 'queueable' APIs. The main problem is that the 'get' API recreates connections for each request, which leads to significant latency overhead, especially in multi-topic scenarios. This connection recreation becomes a bottleneck when handling multiple topics simultaneously.
The text was updated successfully, but these errors were encountered:
Describe the feature
When implementing an RPC system, I encountered performance issues with the 'get' and 'queueable' APIs. The main problem is that the 'get' API recreates connections for each request, which leads to significant latency overhead, especially in multi-topic scenarios. This connection recreation becomes a bottleneck when handling multiple topics simultaneously.
The text was updated successfully, but these errors were encountered: