From ffbba1f930105e35b16ceeb16daad3fb81c25b44 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 11 Nov 2020 12:01:12 +0100 Subject: [PATCH] Update README.adoc --- .../function-sample-cloudevent/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-cloudevent/README.adoc b/spring-cloud-function-samples/function-sample-cloudevent/README.adoc index fb1ada568..8bd2dc08b 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent/README.adoc +++ b/spring-cloud-function-samples/function-sample-cloudevent/README.adoc @@ -91,7 +91,7 @@ http://localhost:15672/#/exchanges[RabbitMQ Dashboard]. Select `asPOJOMessage-in _...post a binary-mode message by filling all the required Cloud Events headers and posting `data` element as _payload_ (see the screenshot below)._ -image::images\rabbit-send-binary.png[binary,800,600] +image::images\rabbit-send-binary.png[binary,700,600] _...post a structured-mode message by filling `contentType` header to the value of `application/cloudevents+json` while providing the entire structure of Cloud Event message as _payload_ (see the screenshot below)._ @@ -112,7 +112,7 @@ entire structure of Cloud Event message as _payload_ (see the screenshot below). } ---- -image::images\rabbit-send-structured.png[structured,800,600] +image::images\rabbit-send-structured.png[structured,700,600] ### Function invocation via RSocket