Skip to content
Draft
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
39 changes: 0 additions & 39 deletions docs/deploy-nbs7/real-time-reporting/debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,45 +46,6 @@ Follow these steps to configure and deploy the Debezium Helm chart for RTR.
# Kafka bootstrap server endpoint from AWS MSK
bootstrap_server: "EXAMPLE_MSK_KAFKA_ENDPOINT"

# Connector for NBS_ODSE transactional data
sqlserverconnector_odse:
config:
database.hostname: "nbs-db.private-EXAMPLE_DOMAIN"
database.port: "1433"
database.user: "EXAMPLE_ODSE_DB_USER"
database.password: "EXAMPLE_ODSE_DB_USER_PASSWORD"
database.dbname: "nbs_odse"
database.names: "nbs_odse"
database.server.name: "odse"
database.history.kafka.bootstrap.servers: "EXAMPLE_MSK_KAFKA_ENDPOINT"
schema.history.internal.kafka.bootstrap.servers: "EXAMPLE_MSK_KAFKA_ENDPOINT"

# Connector for NBS_ODSE metadata
sqlserverconnector_odse_meta:
config:
database.hostname: "nbs-db.private-EXAMPLE_DOMAIN"
database.port: "1433"
database.user: "EXAMPLE_ODSE_DB_USER"
database.password: "EXAMPLE_ODSE_DB_USER_PASSWORD"
database.dbname: "nbs_odse"
database.names: "nbs_odse"
database.server.name: "odse-meta"
database.history.kafka.bootstrap.servers: "EXAMPLE_MSK_KAFKA_ENDPOINT"
schema.history.internal.kafka.bootstrap.servers: "EXAMPLE_MSK_KAFKA_ENDPOINT"

# Connector for NBS_SRTE reference and terminology data
sqlserverconnector_srte:
config:
database.hostname: "nbs-db.private-EXAMPLE_DOMAIN"
database.port: "1433"
database.user: "EXAMPLE_SRTE_DB_USER"
database.password: "EXAMPLE_SRTE_DB_USER_PASSWORD"
database.dbname: "nbs_srte"
database.names: "nbs_srte"
database.server.name: "srte"
database.history.kafka.bootstrap.servers: "EXAMPLE_MSK_KAFKA_ENDPOINT"
schema.history.internal.kafka.bootstrap.servers: "EXAMPLE_MSK_KAFKA_ENDPOINT"

env:
# Kafka bootstrap server endpoint from AWS MSK
- name: BOOTSTRAP_SERVERS
Expand Down
8 changes: 0 additions & 8 deletions docs/deploy-nbs7/real-time-reporting/kafka-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ Follow these steps to configure and deploy the Kafka connector Helm chart for RT
# Replace with the target release version tag, e.g. v1.0.1
tag: <release-version-tag>

sqlServerConnector:
config:
# [SME REVIEW: confirm databaseName should be rdb_modern, not rdb]
connection.url: "jdbc:sqlserver://nbs-db.EXAMPLE_FIXME.nbspreview.com:1433;databaseName=rdb;encrypt=true;trustServerCertificate=true"
# SQL Server username for reporting database
connection.user: "EXAMPLE_FIXME"
connection.password: "EXAMPLE_FIXME"

kafka:
# Kafka bootstrap server endpoint from AWS MSK
bootstrapServers: "EXAMPLE_FIXME"
Expand Down
241 changes: 0 additions & 241 deletions docs/deploy-nbs7/real-time-reporting/liquibase.md

This file was deleted.

Loading