作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是Kafka Streams的新手,目前对Kafka Streams应用程序的最大并行性感到困惑。我经过以下链接,但没有得到我想要找到的答案。
https://docs.confluent.io/current/streams/faq.html#streams-faq-scalability-maximum-parallelism
如果我有2个输入主题,一个有10个分区,另一个有5个分区,并且只有一个Kafka Streams应用程序实例正在运行以处理这两个输入主题,在这种情况下,我可以拥有的最大线程数是多少? 10或15?
最佳答案
If I have 2 input topics, one have 10 partitions and the other have 5 partitions
what is the maximum thread number I can have in this case? 10 or 15?
[2018-01-04 16:45:26,859] INFO (org.apache.kafka.streams.processor.internals.StreamThread:351) stream-thread [entities-eb9c0a9b-ecad-48c1-b4e8-715dcf2afef3-StreamThread-3] partition assignment took 110 ms.
current active tasks: [0_0, 0_2, 1_2, 2_2, 3_2, 4_2, 5_2, 6_2, 7_2, 8_2, 9_2, 10_2, 11_2, 12_2, 13_2, 14_2]
current standby tasks: []
previous active tasks: []
关于apache-kafka - Kafka Streams线程号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48106568/
我是一名优秀的程序员,十分优秀!