Skip to content

Commit

Permalink
Merge pull request #33 from kubescape/uiview_onfinish
Browse files Browse the repository at this point in the history
Refactor topics.go to update topic names and add new topic for NodeProfile
  • Loading branch information
kooomix authored Jul 7, 2024
2 parents ae851f2 + 6cc9dc3 commit f5b7803
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pulsar/common/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ const (
AttackChainStateDeleteTopic = "attack-chain-delete-v1"

// on finish topics
KubescapeScanReportFinishedTopic = "kubescape-scan-report-finished-v1"
ContainerScanReportFinishedTopic = "container-scan-report-finished-v1"
AttackChainScanReportFinishTopic = "attack-chain-scan-report-finished-v1"
SynchronizerFinishTopic = "synchronizer-finished-v1"
UserInputFinishTopic = "user-input-finished-v1"
PostureOnFinishPulsarTopic = "kubescape-scan-report-finished-v1"
SecurityRisksOnFinishPulsarTopic = "security-risks-scan-report-finished-v1"
KubescapeScanReportFinishedTopic = "kubescape-scan-report-finished-v1"
ContainerScanReportFinishedTopic = "container-scan-report-finished-v1"
AttackChainScanReportFinishTopic = "attack-chain-scan-report-finished-v1"
SynchronizerFinishTopic = "synchronizer-finished-v1"
UserInputFinishTopic = "user-input-finished-v1"
PostureOnFinishPulsarTopic = "kubescape-scan-report-finished-v1"
SecurityRisksOnFinishPulsarTopic = "security-risks-scan-report-finished-v1"
UIViewsIngesterOnFinishPulsarTopic = "ui-views-finished-v1"

UNSOnFinishSubscriptionName = "uns-report-finished"

Expand Down

0 comments on commit f5b7803

Please sign in to comment.