dolittle-obsolete / DotNET.Fundamentals

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

Adding a way to easily add additional arguments on calls #287

Closed einari closed 4 years ago

einari commented 4 years ago

This allows for easily adding additional arguments to go on calls in a consistent way. Arguments are then modelled as protobuf messages and serialized to byte arrays. It will consistently set the correct metadata entry by name.

This is very helpful when we for instance have duplex stream calls and no way to specify arguments we want to pass along in the service definition.

┆Issue is synchronized with this Asana task