updating readme
This commit is contained in:
committed by
Oleg Zhurakousky
parent
cc020093b9
commit
3ecd653baf
@@ -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);
|
||||
};
|
||||
}
|
||||
----
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user