mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 22:49:12 +00:00
Sample Topics fixed (#2005)
This commit is contained in:
parent
59de16125d
commit
6175053dd4
@ -4,7 +4,7 @@
|
||||
"description": "Kafka topic to capture the customer events such as location updates or profile updates",
|
||||
"fullyQualifiedName": "sample_kafka.customer_events",
|
||||
"partitions": 56,
|
||||
"retentionSize": 322122382273,
|
||||
"retentionSize": 455858109,
|
||||
"replicationFactor":2,
|
||||
"maximumMessageSize":167,
|
||||
"cleanupPolicies": ["delete"],
|
||||
@ -16,7 +16,7 @@
|
||||
"description": "Kafka topic to capture the product events. This topic will get updates on products decription, price etc.",
|
||||
"fullyQualifiedName": "sample_kafka.customer_events",
|
||||
"partitions": 128,
|
||||
"retentionSize": 322122382273,
|
||||
"retentionSize": 1068320655,
|
||||
"replicationFactor":4,
|
||||
"maximumMessageSize":208,
|
||||
"cleanupPolicies": ["delete"],
|
||||
@ -28,7 +28,7 @@
|
||||
"description": "Kafka topic to get any shop updates such as new products, location",
|
||||
"fullyQualifiedName": "sample_kafka.customer_events",
|
||||
"partitions": 16,
|
||||
"retentionSize": 322122382273,
|
||||
"retentionSize": 213590548,
|
||||
"replicationFactor":3,
|
||||
"maximumMessageSize":226,
|
||||
"cleanupPolicies": ["delete"],
|
||||
@ -40,7 +40,7 @@
|
||||
"description": "Kafka topic to get products in a shop. This is constantly updating",
|
||||
"fullyQualifiedName": "sample_kafka.customer_events",
|
||||
"partitions": 128,
|
||||
"retentionSize": 3222122382273,
|
||||
"retentionSize": 1475079463,
|
||||
"replicationFactor":2,
|
||||
"maximumMessageSize":244,
|
||||
"cleanupPolicies": ["compact","delete"],
|
||||
@ -52,7 +52,7 @@
|
||||
"description": "All the order events on our online store",
|
||||
"fullyQualifiedName": "sample_kafka.customer_events",
|
||||
"partitions": 128,
|
||||
"retentionSize": 3222122382273,
|
||||
"retentionSize": 291959935,
|
||||
"replicationFactor":3,
|
||||
"maximumMessageSize":61,
|
||||
"cleanupPolicies": ["compact"],
|
||||
@ -64,7 +64,7 @@
|
||||
"description": "All sales related events gets captured in this topic",
|
||||
"fullyQualifiedName": "sample_kafka.customer_events",
|
||||
"partitions": 128,
|
||||
"retentionSize": 3222122382273,
|
||||
"retentionSize": 1931232624,
|
||||
"replicationFactor":4,
|
||||
"maximumMessageSize":249,
|
||||
"cleanupPolicies": ["compact","delete"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user