Skip to content

Commit 79549c4

Browse files
authored
Merge pull request #15 from makarski/master
Clean up sample config
2 parents 9fe4aa0 + ff4c589 commit 79549c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mstream-config.toml.example

-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
# --- Google Cloud Pub/Sub with Service Account Authentication ---
21
[[services]]
32
provider = "pubsub"
43
name = "pubsub-example"
54
auth = { kind = "service_account", account_key_path = "/path/to/service-account.json" }
65

7-
# --- Google Cloud Pub/Sub with Static Token Authentication ---
86
[[services]]
97
provider = "pubsub"
108
name = "pubsub-static-token"
119
auth = { kind = "static_token", env_token_name = "PUBSUB_TOKEN" }
1210

13-
# --- Local Kafka Instance ---
1411
[[services]]
1512
provider = "kafka"
1613
name = "kafka-local"
1714
"bootstrap.servers" = "localhost:9092"
1815

19-
# --- Cloud-hosted Kafka ---
2016
[[services]]
2117
provider = "kafka"
2218
name = "kafka-cloud"
@@ -27,7 +23,6 @@ name = "kafka-cloud"
2723
"sasl.password" = "env:MSTREAM_KAFKA_PASSWORD"
2824
"client.id" = "mstream-client"
2925

30-
# --- MongoDB Source Database ---
3126
[[services]]
3227
provider = "mongodb"
3328
name = "mongodb-source"

0 commit comments

Comments
 (0)