updating readme

This commit is contained in:
Deepankar Dixit
2022-05-05 10:55:24 -04:00
committed by Oleg Zhurakousky
parent cc020093b9
commit 3ecd653baf
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ You should see the JAR to deploy in the `target/deploy` directory.
----
gcloud functions deploy function-sample-gcp-background \
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
--runtime java11 \
--runtime java17 \
--trigger-topic my-functions-topic \
--source target/deploy \
--memory 512MB
@@ -101,4 +101,4 @@ public Consumer<PubSubMessage> pubSubFunction() {
System.out.println("Received Pub/Sub message with data: " + decodedMessage);
};
}
----
----