Skip to content

Commit

Permalink
Update pipes-schema-validation-confluent/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Gasch <[email protected]>
  • Loading branch information
pbv0 and embano1 authored Aug 24, 2023
1 parent 455a0ad commit 1c4b06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes-schema-validation-confluent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ See [Pipes batching and concurrency](https://docs.aws.amazon.com/eventbridge/lat

This pattern sets up an EventBridge pipe with the following key elements:

1. The **source** of the pipe is a Kafka cluster deployed Confluent Platform or Confluent Cloud. EventBridge Pipes reads messages from the Kafka stream in batches and provides these to the enrichment function as an event payload.
1. The **source** of the pipe is a Kafka cluster deployed on Confluent Platform or Confluent Cloud. EventBridge Pipes reads messages from the Kafka stream in batches and provides these to the enrichment function as an event payload.

1. The **enrichment** step of the pipe consists of a Lambda function that validates the incoming messages against Confluent Schema Registry and deserializes the message from Avro before returning it.

Expand Down

0 comments on commit 1c4b06b

Please sign in to comment.