We should add a doc related task: Update 0.6 branch's docs version to 0.6
Update 0.6 branch's docs version to 0.6
OK, 我先加到 describe 的 checkbox 裡
ping @vitojeng @chia7712 @jackyoh @saivirtue @konekoya @wu87988622
OharaStream 下周要 release 0.6 版, 目前需要徵稿做 release 的 highlight.
因此 0.6 版功能有需要特別 highlight 的部份, 再寫描述在以下的 comment 裡.
Thank you!
friendly auto-generated fields - Most fields in Restful APIs, now, is able to generate automatically when the they are ignored. For example, the request used to create a zookeeper cluster in 0.5 is
{
"name": "zk",
"clientPort": 123,
"peerPort": 444,
"electionPort": 555,
"nodeNames": ["n0"]
}
In 0.6, your request can only carry name and nodeNames to create a zookeeper.
{
"name": "zk",
"nodeNames": ["n0"]
}
This graceful auto-fill function is applied to all Restful APIs.
StreamApp: We now support jmx service for streamApp also. streamApp APIs are able to fetch the metrics data of record count (source topic and target topic) by default. See streamApp guideline for more details.
New workspace pages:
New document site: https://ohara.readthedocs.io
StreamApp: We now support jmx service for streamApp also. streamApp APIs are able to fetch the metrics data of record count (source topic and target topic) by default. See streamApp guideline for more details.
@jackyoh , @saivirtue 裡面的連結應該連到 document 網站? 不是 source 裡面.
OK, 我再幫 @saivirtue 修改
StreamApp: We now support jmx service for streamApp also. streamApp APIs are able to fetch the metrics data of record count (source topic and target topic) by default. See streamApp guideline for more details.
ping @vitojeng @saivirtue 連結已經改好了, 再幫我確認看看
我的 highlight 內容如下:
@jackyoh Could you please eliminate all 0.6.0-SNAPSHOT images from docker hub ? They are useless after releasing 0.6.0
@chia7712 , @jackyoh
It seems that remove unused images is a regular task?
If yes, it would be better we have a jenkins job to do this for RM.
If yes, it would be better we have a jenkins job to do this for RM.
ok. Let me take a look at docker hub APIs
0.6.0-SNAPSHOT 已經從 docker hub 上移除了, 我先把這個 issue 關閉.