Commit 16ebfd9f authored by Jayaprakash n's avatar Jayaprakash n
Browse files

Issue #KN-439 feat: CSP Migration Job

Showing with 6 additions and 0 deletions
+6 -0
......@@ -135,6 +135,9 @@ processing_kafka_topics:
- name: dialcode.context.job.request.failed
num_of_partitions: 1
replication_factor: 1
- name: csp.migration.job.request
num_of_partitions: 1
replication_factor: 1
- name: live.video.stream.request
num_of_partitions: 1
replication_factor: 1
......@@ -270,6 +273,9 @@ processing_kafka_overriden_topics:
- name: dialcode.context.job.request.failed
retention_time: 1209600000
replication_factor: 1
- name: csp.migration.job.request
retention_time: 1209600000
replication_factor: 1
- name: live.video.stream.request
retention_time: 1209600000
replication_factor: 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment