golemcloud / golem

Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
https://learn.golem.cloud/
Apache License 2.0
530 stars 59 forks source link

Broken service traits in ApiDefinitionService #1056

Open afsalthaj opened 1 week ago

afsalthaj commented 1 week ago

For some reason, ApiDefinitionService as a type parameter was replaced with a concrete HttpApiDefinition.
While it's hard to convince the existence of a type parameterization, it's always a good practice to follow it.