-
Notifications
You must be signed in to change notification settings - Fork 56
discovery doc #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Discoveries are some sort of registries of different components (message implementations, adapters) supported by us. Every adapter which we create will land in the HttpAdapterDiscovery. Every other major implementation (like a PSR-7 one) will get into the Message discovery. Any other custom stuff must be manually registered. This is not the best solution, but I couldn't come up with anything better which allows zero-configuration. |
yeah, i think as long as we don't have the java-style discovery
mechanisms built right into the language, its the best we can do.
|
while reading the current discovery doc, i wonder whether the "discovery" class needs to be in a specific namespace or anything or if its automatically discoverd. or are only guzzle 5, 6 and dactilos automatically discovered and other adapters must be registered manually to be found?
The text was updated successfully, but these errors were encountered: