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 @@ -94,6 +94,12 @@ apps:
- topicName: topic.OdeSdsmJson
collectionName: OdeSdsmJson
generateTimestamp: true
- topicName: topic.OdeRawEncodedRTCMJson
collectionName: OdeRawEncodedRTCMJson
generateTimestamp: true
- topicName: topic.OdeRtcmJson
collectionName: OdeRtcmJson
generateTimestamp: true
ode_duplicated:
name: ode-duplicated
connectors:
Expand Down
14 changes: 2 additions & 12 deletions jikkou/kafka-topics-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,12 @@ apps:
ode:
name: jpo-ode
streamTopics:
- topic.OdeBsmPojo
- topic.OdeSpatTxPojo
- topic.OdeSpatPojo
- topic.OdeSpatJson
- topic.FilteredOdeSpatJson
- topic.OdeSpatRxJson
- topic.OdeSpatRxPojo
- topic.OdeBsmJson
- topic.FilteredOdeBsmJson
- topic.OdeTimJson
- topic.OdeTimJsonTMCFiltered
- topic.OdeTimBroadcastJson
- topic.J2735TimBroadcastJson
- topic.OdeTimKTableJson
- topic.FilteredOdeTimJson
- topic.OdeDriverAlertJson
Expand All @@ -72,20 +65,17 @@ apps:
- topic.OdeRawEncodedSPATJson
- topic.OdeRawEncodedTIMJson
- topic.OdeRawEncodedMAPJson
- topic.OdeMapTxPojo
- topic.OdeMapJson
- topic.OdeRawEncodedSSMJson
- topic.OdeSsmPojo
- topic.OdeSsmJson
- topic.OdeRawEncodedSRMJson
- topic.OdeSrmTxPojo
- topic.OdeSrmJson
- topic.OdeRawEncodedPSMJson
- topic.OdePsmTxPojo
- topic.OdePsmJson
- topic.OdeTimRxJson
- topic.OdeRawEncodedSDSMJson
- topic.OdeSdsmJson
- topic.OdeRawEncodedRTCMJson
- topic.OdeRtcmJson
tableTopics: {}
customTopics: {}
geojsonconverter:
Expand Down
Loading