Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use "get" API for multi-topic #874

Open
owny990312 opened this issue Dec 23, 2024 · 0 comments
Open

use "get" API for multi-topic #874

owny990312 opened this issue Dec 23, 2024 · 0 comments

Comments

@owny990312
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant