Skip to content

Commit

Permalink
chore: update README.md (#4405)
Browse files Browse the repository at this point in the history
Update README.md

Typo?
Should it not be consumer instead provider?
  • Loading branch information
3rim authored Aug 12, 2024
1 parent 33737ca commit acb58f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This extension provides services for delegating data transfer to the Data Plane.

- Consumer Pull: data consumer pulls actively the data by hitting an endpoint exposed by the provider. This use-case is typically
used in cases where the data provider wants to use its Data Plane as a http proxy for querying data to an API.
- Provider Push: if data request is successfully processed, then the provider pushes data from its data source to the provider.
- Provider Push: if data request is successfully processed, then the provider pushes data from its data source to the consumer.

## Background

Expand Down

0 comments on commit acb58f6

Please sign in to comment.