vlingo / xoom-schemata

The VLINGO XOOM Schema Registry.
https://vlingo.io
Mozilla Public License 2.0
17 stars 9 forks source link

Retry the schema query when pushing the schema version to account for eventual consistency #179

Closed jakzal closed 3 years ago

jakzal commented 3 years ago

Replaces #177

I wasn't sure whether to hide retry parameters inside the query actor or pass it down from the resource. In the end, decided to go with the second option as it was useful to use lower values for these parameters in tests.

VaughnVernon commented 3 years ago

I agree. It's not an obvious choice but I think it is a use case decision and it make that explicit.