主页显示broker版本
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3>kafka API 版本兼容性</h3>
|
<h3>kafka API 版本兼容性</h3>
|
||||||
|
<div class="green">
|
||||||
|
broker版本说明:
|
||||||
|
该值并不保证broker实际版本一定是该值(大概是这个版本范围),broker使用不同的模式(如kraft)可能显示不同的值
|
||||||
|
</div>
|
||||||
<a-spin :spinning="apiVersionInfoLoading">
|
<a-spin :spinning="apiVersionInfoLoading">
|
||||||
<a-table
|
<a-table
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
@@ -104,6 +108,11 @@ const columns = [
|
|||||||
dataIndex: "host",
|
dataIndex: "host",
|
||||||
key: "host",
|
key: "host",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "broker版本",
|
||||||
|
dataIndex: "brokerVersion",
|
||||||
|
key: "brokerVersion",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "支持的api数量",
|
title: "支持的api数量",
|
||||||
dataIndex: "supportNums",
|
dataIndex: "supportNums",
|
||||||
@@ -125,4 +134,7 @@ const columns = [
|
|||||||
.card-style {
|
.card-style {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.green {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user