Skip to content
This repository was archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Merge branch 'remove-kafka-topic-check' into remove-host-routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Moisa committed Jun 21, 2017
2 parents faaee32 + 28a44e7 commit 70d3329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (h *HealthCheck) readQueueCheck() fthealth.Check {
ID: "read-message-queue-proxy-reachable",
Name: "Read Message Queue Proxy Reachable",
Severity: 1,
BusinessImpact: "Content V1 Metadata is not suggested. This will negatively impact V1 metadata availability.",
BusinessImpact: "Content V1 Metadata can't be read from queue. This will negatively impact V1 metadata availability.",
TechnicalSummary: "Read message queue proxy is not reachable/healthy",
PanicGuide: "https://dewey.ft.com/",
Checker: h.consumer.ConnectivityCheck,
Expand All @@ -49,7 +49,7 @@ func (h *HealthCheck) writeQueueCheck() fthealth.Check {
ID: "write-message-queue-proxy-reachable",
Name: "Write Message Queue Proxy Reachable",
Severity: 1,
BusinessImpact: "Content V1 Metadata is not suggested. This will negatively impact V1 metadata availability.",
BusinessImpact: "Content V1 Metadata can't be propagated through the stack. V1 metadata won't be available for new content.",
TechnicalSummary: "Write message queue proxy is not reachable/healthy",
PanicGuide: "https://dewey.ft.com/",
Checker: h.producer.ConnectivityCheck,
Expand Down

0 comments on commit 70d3329

Please sign in to comment.