Skip to content

Commit

Permalink
Test data
Browse files Browse the repository at this point in the history
Signed-off-by: daliu <[email protected]>
  • Loading branch information
liudaac committed Feb 4, 2024
1 parent ac0c1d2 commit 6a45273
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kafka-ui-react-app/src/lib/fixtures/topics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ export const internalTopicPayload = {
internal: true,
partitionCount: 1,
replicationFactor: 1,
bytesInPerSec: 0,
bytesOutPerSec: 0,
messageInMeanRate: 0,
messageInFiveMinuteRate: 0,
fetchRequestsMeanRate:0,

Check warning on line 19 in kafka-ui-react-app/src/lib/fixtures/topics.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Insert `·`
fetchRequestsFiveMinuteRate: 0,
produceRequestsMeanRate: 0,
produceRequestsFiveMinuteRate: 0,
replicas: 1,
inSyncReplicas: 1,
segmentSize: 0,
Expand All @@ -33,6 +41,14 @@ export const externalTopicPayload = {
internal: false,
partitionCount: 1,
replicationFactor: 1,
bytesInPerSec: 0,
bytesOutPerSec: 0,
messageInMeanRate: 0,
messageInFiveMinuteRate: 0,
fetchRequestsMeanRate:0,

Check warning on line 48 in kafka-ui-react-app/src/lib/fixtures/topics.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Insert `·`
fetchRequestsFiveMinuteRate: 0,
produceRequestsMeanRate: 0,
produceRequestsFiveMinuteRate: 0,
replicas: 1,
inSyncReplicas: 1,
segmentSize: 1263,
Expand Down

0 comments on commit 6a45273

Please sign in to comment.