mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-06 21:52:06 +08:00
迭代V2.5, 修复broker监控问题,增加JMX认证支持等...
This commit is contained in:
@@ -117,12 +117,12 @@ class DataMigrationFormTable extends React.Component<IFormTableProps> {
|
||||
key: 'maxThrottle',
|
||||
editable: true,
|
||||
}, {
|
||||
title: '迁移保存时间(h)',
|
||||
title: '迁移后Topic保存时间(h)',
|
||||
dataIndex: 'reassignRetentionTime',
|
||||
key: 'reassignRetentionTime',
|
||||
editable: true,
|
||||
}, {
|
||||
title: '原本保存时间(h)',
|
||||
title: '原Topic保存时间(h)',
|
||||
dataIndex: 'retentionTime',
|
||||
key: 'retentionTime', // originalRetentionTime
|
||||
width: '132px',
|
||||
|
||||
Reference in New Issue
Block a user