Update 01-theory.md (#3089)

nit: grammar
This commit is contained in:
Sameer Vohra 2020-12-07 12:44:11 -06:00 committed by GitHub
parent 35bb400053
commit 7572a6ba85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ There are also two different classes of developer to consider:
1. A "contributor" knows about the foreign protocol but is not a Knative expert.
2. Knative Eventing expert knows how Knative Eventing components are implemented, configured and deployed, but is not an expert in all the foreign protocols that sources may implement.
These two roles will often not be the same person. We want to confine the job of the "contributor" to implementing the `Receive Adapter`, and specifying what configuration their adapter needs connect, subscribe, or do whatever it does.
These two roles will often not be the same person. We want to confine the job of the "contributor" to implementing the `Receive Adapter`, and specifying what configuration their adapter needs to connect, subscribe, or do whatever it does.
The Knative Eventing developer exposes the protocol configuration as part of the Source `CRD`, and the controller passes any required configuration (which may include resolved data like URLs) to the `Receive Adapter`.