mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-30 02:02:26 +00:00
WIFI-1877 - add topics in kafka where messages are partitioned by locationId - location_metrics and location_events
This commit is contained in:
@@ -130,6 +130,12 @@ kafka:
|
||||
- name: customer_events
|
||||
partitions: 1
|
||||
replicationFactor: 1
|
||||
- name: location_metrics
|
||||
partitions: 1
|
||||
replicationFactor: 1
|
||||
- name: location_events
|
||||
partitions: 1
|
||||
replicationFactor: 1
|
||||
creds:
|
||||
sslKeyPassword: *sslKeyPassword
|
||||
sslKeystorePassword: *sslKeystorePassword
|
||||
|
||||
Reference in New Issue
Block a user