Test data
Signed-off-by: daliu <liudaax@126.com>
This commit is contained in:
parent
ac0c1d2977
commit
6a4527334a
1 changed files with 16 additions and 0 deletions
|
@ -12,6 +12,14 @@ export const internalTopicPayload = {
|
|||
internal: true,
|
||||
partitionCount: 1,
|
||||
replicationFactor: 1,
|
||||
bytesInPerSec: 0,
|
||||
bytesOutPerSec: 0,
|
||||
messageInMeanRate: 0,
|
||||
messageInFiveMinuteRate: 0,
|
||||
fetchRequestsMeanRate:0,
|
||||
fetchRequestsFiveMinuteRate: 0,
|
||||
produceRequestsMeanRate: 0,
|
||||
produceRequestsFiveMinuteRate: 0,
|
||||
replicas: 1,
|
||||
inSyncReplicas: 1,
|
||||
segmentSize: 0,
|
||||
|
@ -33,6 +41,14 @@ export const externalTopicPayload = {
|
|||
internal: false,
|
||||
partitionCount: 1,
|
||||
replicationFactor: 1,
|
||||
bytesInPerSec: 0,
|
||||
bytesOutPerSec: 0,
|
||||
messageInMeanRate: 0,
|
||||
messageInFiveMinuteRate: 0,
|
||||
fetchRequestsMeanRate:0,
|
||||
fetchRequestsFiveMinuteRate: 0,
|
||||
produceRequestsMeanRate: 0,
|
||||
produceRequestsFiveMinuteRate: 0,
|
||||
replicas: 1,
|
||||
inSyncReplicas: 1,
|
||||
segmentSize: 1263,
|
||||
|
|
Loading…
Add table
Reference in a new issue