Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions jikkou/kafka-connectors-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ apps:
- topicName: topic.OdeRtcmJson
collectionName: OdeRtcmJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedRSMJson
collectionName: OdeRawEncodedRSMJson
generateTimestamp: true
- topicName: topic.OdeRsmJson
collectionName: OdeRsmJson
generateTimestamp: true
ode_duplicated:
name: ode-duplicated
connectors:
Expand Down
2 changes: 2 additions & 0 deletions jikkou/kafka-topics-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ apps:
- topic.OdeSdsmJson
- topic.OdeRawEncodedRTCMJson
- topic.OdeRtcmJson
- topic.OdeRawEncodedRSMJson
- topic.OdeRsmJson
tableTopics: {}
customTopics: {}
geojsonconverter:
Expand Down
Loading