kubemq-io / kubemq-community

KubeMQ is a Kubernetes native message queue broker
https://kubemq.io
Apache License 2.0
659 stars 48 forks source link

Max Pub/Sub Client Connections #5

Closed sgoveia closed 3 years ago

sgoveia commented 3 years ago

Very cool project @kubemq! Wondering about benchmarks for max client connections when using the Pub/Sub pattern in the community edition(3 nodes)? Looking to use your python lib. Thanks!

kubemq commented 3 years ago

Thank you, The limit of conenctions are the limitation of the underline infrastructure such as Kubernetes, networking etc KubeMQ is written in Go so you get the benefits of very high scale connectivity features

On Wed, Dec 9, 2020 at 1:25 AM sgoveia notifications@github.com wrote:

Very cool project @kubemq https://github.com/kubemq! Wondering about benchmarks for max client connections when using the Pub/Sub pattern in the community edition(3 nodes)? Looking to use your python lib. Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kubemq-io/kubemq/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK5WGXDUFNUR2LWIFCYUHITST2YYHANCNFSM4USULNMA .

sgoveia commented 3 years ago

Thanks!