Skip to content

Commit 4c3df60

Browse files
authored
Update README.md
1 parent 0b48f85 commit 4c3df60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ Example Spring project showing how to use launch GCP emulator and test spring GC
44
Key points:
55
- test-containers library is used to launch google-sdk docker container and start pubsub emulator inside it
66
- Tests are overridden to hit emulator via `src/test/resources/test.properties` by setting `spring.cloud.gcp.pubsub-emulator-host: localhost:8085` (default emulator port)
7-
- `TestPubSubConfig` is used to bring up pubsub emulator inside a docker container, create a topic and subscription in the emulator. This is using GCP SDK directly, not Spring pubsub, to create the resources.
7+
- `TestPubSubConfig` is used to bring up pubsub emulator inside a docker container, create a topic and subscription in the emulator. This is using GCP SDK directly, not Spring pubsub, to create the resources.
8+
9+
test change

0 commit comments

Comments
 (0)