Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #97 from Financial-Times/feature/UPPSF-3287-concep…
Browse files Browse the repository at this point in the history
…t-annotations-bridge

Adding kafka to msk bridge for ConceptAnnotations topic.
  • Loading branch information
martin-stanchev committed Jun 29, 2022
2 parents 42dc21c + 8af951a commit 5477638
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ bridges:
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
- name: kafka-to-msk-concept-annotations-bridge
sourceKafkaProxyUrl: "http://kafka-rest-proxy:8080"
groupIdPrefix: kafka-msk-ConceptAnnotations-bridge
topic: ConceptAnnotations
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
## END dev bridges
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,11 @@ bridges:
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
- name: kafka-to-msk-concept-annotations-bridge
sourceKafkaProxyUrl: "http://kafka-rest-proxy:8080"
groupIdPrefix: kafka-msk-ConceptAnnotations-bridge
topic: ConceptAnnotations
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
## END prod bridges
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,11 @@ bridges:
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
- name: kafka-to-msk-concept-annotations-bridge
sourceKafkaProxyUrl: "http://kafka-rest-proxy:8080"
groupIdPrefix: kafka-msk-ConceptAnnotations-bridge
topic: ConceptAnnotations
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
## END prod bridges
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,11 @@ bridges:
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
- name: kafka-to-msk-concept-annotations-bridge
sourceKafkaProxyUrl: "http://kafka-rest-proxy:8080"
groupIdPrefix: kafka-msk-ConceptAnnotations-bridge
topic: ConceptAnnotations
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
## END staging bridges
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,11 @@ bridges:
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
- name: kafka-to-msk-concept-annotations-bridge
sourceKafkaProxyUrl: "http://kafka-rest-proxy:8080"
groupIdPrefix: kafka-msk-ConceptAnnotations-bridge
topic: ConceptAnnotations
producer: "http://kafka-rest-proxy-msk:8080"
type: "proxy"
replicas: 1
## END staging bridges

0 comments on commit 5477638

Please sign in to comment.