We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我們需要一隻程式來確認效能平衡是否有帶來更美好的事情
partitions
replicationFactor
producer
consumer
key
value
headers
./bin/performance.sh --brokers broker00:10000 --topic abc --producers 10 --consumers 10 --records 10000 --recordSize 10
The text was updated successfully, but these errors were encountered:
@chinghongfang @garyparrot 麻煩想一下你們打算如何分工?一開始不熟悉的話,可以考慮一個人先做topic初始化的部分,另一個人做producer端的程式碼,接著再考慮consumer如何進場
Sorry, something went wrong.
這隻issue相關的第一階段程式碼已經合併,後續議題 (#11 (comment)) 請開其他issues來追蹤,謝謝
Merge pull request opensource4you#7 from qoo332001/workflows
b64d60c
good
chia7712
chinghongfang
garyparrot
No branches or pull requests
我們需要一隻程式來確認效能平衡是否有帶來更美好的事情
能使用的參數
partitions
(https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/NewTopic.java#L39)replicationFactor
(https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/NewTopic.java#L40)producer
由一個執行緒執行consumer
由一個執行緒執行key
+value
+headers
)console輸出
(注意:讀取時的延遲代表該資料從producer端到consumer端的延遲)
使用範例
The text was updated successfully, but these errors were encountered: