dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Refactoring of services - Grpc related #253

Closed einari closed 4 years ago

einari commented 4 years ago

In order for us to know more about the services, we now have the actual ServiceDescriptor available that gives us a reflection level og information with service names, methods and all.

Part of this pull request is also renaming. Grpc is the wrong name - that is an implementational detail we don't want in our core things, whilst it is ok to suffix projects that only keep Grpc generated proxies - as they only serve that purpose.

┆Issue is synchronized with this Asana task

einari commented 4 years ago

Hold off on this - more change is coming after a review together with @jakhog