File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
- # --- Google Cloud Pub/Sub with Service Account Authentication ---
2
1
[[services]]
3
2
provider = "pubsub"
4
3
name = "pubsub-example"
5
4
auth = { kind = "service_account", account_key_path = "/path/to/service-account.json" }
6
5
7
- # --- Google Cloud Pub/Sub with Static Token Authentication ---
8
6
[[services]]
9
7
provider = "pubsub"
10
8
name = "pubsub-static-token"
11
9
auth = { kind = "static_token", env_token_name = "PUBSUB_TOKEN" }
12
10
13
- # --- Local Kafka Instance ---
14
11
[[services]]
15
12
provider = "kafka"
16
13
name = "kafka-local"
17
14
"bootstrap.servers" = "localhost:9092"
18
15
19
- # --- Cloud-hosted Kafka ---
20
16
[[services]]
21
17
provider = "kafka"
22
18
name = "kafka-cloud"
@@ -27,7 +23,6 @@ name = "kafka-cloud"
27
23
"sasl.password" = "env:MSTREAM_KAFKA_PASSWORD"
28
24
"client.id" = "mstream-client"
29
25
30
- # --- MongoDB Source Database ---
31
26
[[services]]
32
27
provider = "mongodb"
33
28
name = "mongodb-source"
You can’t perform that action at this time.
0 commit comments