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
19 changes: 19 additions & 0 deletions jikkou/kafka-connectors-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ apps:
collectionName: CmBsmMessageCountProgressionEvents
useTimestamp: true
timestampField: eventGeneratedAt
- topicName: topic.CmRevocableEnabledLaneAlignmentEvent
collectionName: CmRevocableEnabledLaneAlignmentEvent
useTimestamp: true
timestampField: eventGeneratedAt
- topicName: topic.CmSpatMinimumDataEventAggregation
collectionName: CmSpatMinimumDataEventAggregation
generateTimestamp: true
Expand Down Expand Up @@ -279,6 +283,12 @@ apps:
collectionName: CmSpatMessageCountProgressionEventAggregation
generateTimestamp: true
timestampField: eventGeneratedAt
- topicName: topic.CmRevocableEnabledLaneAlignmentEventAggregation
collectionName: CmRevocableEnabledLaneAlignmentEventAggregation
generateTimestamp: true
timestampField: eventGeneratedAt



# Record BSM events:
- topicName: topic.CmBsmEvents
Expand Down Expand Up @@ -363,6 +373,10 @@ apps:
collectionName: CmEventStateProgressionNotification
generateTimestamp: true
timestampField: eventGeneratedAt
- topicName: topic.CmRevocableEnabledLaneAlignmentNotification
collectionName: CmRevocableEnabledLaneAlignmentNotification
generateTimestamp: true
timestampField: eventGeneratedAt
- topicName: topic.CmIntersectionReferenceAlignmentNotificationAggregation
collectionName: CmIntersectionReferenceAlignmentNotificationAggregation
generateTimestamp: true
Expand All @@ -383,6 +397,11 @@ apps:
collectionName: CmEventStateProgressionNotificationAggregation
generateTimestamp: true
timestampField: notificationGeneratedAt
- topicName: topic.CmRevocableEnabledLaneAlignmentNotificationAggregation
collectionName: CmRevocableEnabledLaneAlignmentNotificationAggregation
generateTimestamp: true
timestampField: notificationGeneratedAt

mecdeposit:
name: mecdeposit
connectors:
Expand Down
2 changes: 1 addition & 1 deletion jikkou/kafka-topics-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ apps:
- topic.CmMapMessageCountProgressionEvents
- topic.CmSpatMessageCountProgressionEvents
- topic.CmEventStateProgressionEvent
- topic.CmRevocableEnabledLaneAlignmentEvent
- topic.CmSpatMinimumDataEventAggregation
- topic.CmMapMinimumDataEventAggregation
- topic.CmIntersectionReferenceAlignmentEventAggregation
Expand All @@ -123,7 +124,6 @@ apps:
- topic.CmBsmMessageCountProgressionEventAggregation
- topic.CmMapMessageCountProgressionEventAggregation
- topic.CmSpatMessageCountProgressionEventAggregation
- topic.CmRevocableEnabledLaneAlignment
- topic.CmRevocableEnabledLaneAlignmentEventAggregation
tableTopics:
- topic.CmLaneDirectionOfTravelNotification
Expand Down
8 changes: 4 additions & 4 deletions mongo/create_indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const conflictMonitorCollections = [
{ name: "CmSpatMessageCountProgressionEvents", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmMapMessageCountProgressionEvents", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmBsmMessageCountProgressionEvents", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmRevocableEnabledLaneAlignmentEvent", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },

{ name: "CmSpatMinimumDataEventAggregation", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmMapMinimumDataEventAggregation", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
Expand All @@ -131,7 +132,7 @@ const conflictMonitorCollections = [
{ name: "CmBsmMessageCountProgressionEventAggregation", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmMapMessageCountProgressionEventAggregation", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmSpatMessageCountProgressionEventAggregation", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },

{ name: "CmRevocableEnabledLaneAlignmentEventAggregation", ttlField: "eventGeneratedAt", timeField: "eventGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },

// Conflict Monitor Assessments

Expand All @@ -153,6 +154,7 @@ const conflictMonitorCollections = [
{ name: "CmTimestampDeltaNotification", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmSpatTransitionNotification", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmEventStateProgressionNotification", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmRevocableEnabledLaneAlignmentNotification", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmNotification", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },

{ name: "CmEventStateProgressionNotificationAggregation", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
Expand All @@ -161,9 +163,7 @@ const conflictMonitorCollections = [
{ name: "CmSignalStateConflictNotificationAggregation", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmTimeChangeDetailsNotificationAggregation", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },
{ name: "CmSpatTimeChangeDetailsNotificationAggregation", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },



{ name: "CmRevocableEnabledLaneAlignmentNotificationAggregation", ttlField: "notificationGeneratedAt", timeField: "notificationGeneratedAt", intersectionField: "intersectionID", expireTime: expireSeconds },

// Reports
{ name: "CmReport", timeField: "reportGeneratedAt", intersectionField: "intersectionID"},
Expand Down
Loading