Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Assuied <[email protected]>
  • Loading branch information
passuied committed Mar 31, 2024
1 parent 9571743 commit 30b8616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ You can configure pub/sub to publish or consume data encoded using [Avro binary

{{% alert title="Important" color="warning" %}}
Currently, only message value serialization/deserialization is supported. Since cloud events are not supported, the `rawPayload=true` metadata must be passed when publishing Avro messages.
Please note that `rawPayload=true` should NOT be set for consumers, as the message value will be wrapped into a CloudEvent and base64-encoded. Leaving `rawPayload` as default, will send the Avro-decoded message to the application.
Please note that `rawPayload=true` should NOT be set for consumers, as the message value will be wrapped into a CloudEvent and base64-encoded. Leaving `rawPayload` as default (i.e. `false`), will send the Avro-decoded message to the application.
{{% /alert %}}

When configuring the Kafka pub/sub component metadata, you must define:
Expand Down

0 comments on commit 30b8616

Please sign in to comment.