0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Allow to bind upstream with decorators in `GatewayBuilder` #112

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Change following decisions:

But, this is not primary feature, don't allow to add Armeria decorator in GatewayBuilder. (#109)

Since I have to provide wrappers of existing Armeria decorating services and clients, it's better to allow to bind upstream with the decorators. With a long plan, use HttpService and HttpClient decorator and deprecate DecoratingUpstream.