kubemq-io / kubemq-node

MIT License
18 stars 8 forks source link

Does kubemq support sharding? #8

Closed dilipkumar2k6 closed 4 years ago

dilipkumar2k6 commented 4 years ago

I have a requirement to support the message with 1TB. Therefore I don't want to have one big node; instead sharded cluster with smaller storage. Is it possible? I don't see it in the documentation.

eitam-ring commented 4 years ago

hi @dilipkumar2k6 In this case, sounds like sharding won't be the solution, Maybe you can consider slicing it to parts and reassemble it at the receiver side?