对于kafka服务器内部的分流,有哪些不同的选择?
1) Split the traffic into different topics.
2) Split the traffic into different partitions, after being assigned a topic.
3) Split the traffic into different slots (am not this exist).
谢谢
我有几个论坛服务器(他们是什么是无关的),其中存储来自用户的帖子,我希望能够在这些服务器之间划分请求。我目前倾向于按地理位置对它们进行划分。为了提高数据的局部性,将用户划分为北美、南美等区域。
有没有关于如何实现将分区属性映射到服务器的功能的设计模式,以便这段代码具有高可用性,而不会成为单点故障?
f( Region ) -> Server IP