Apicurio / srs-fleet-manager

Implementation of the Managed Service Registry Service API (aka control plane API).
Apache License 2.0
4 stars 13 forks source link

chore: async subscription creation #320

Closed carlesarnal closed 1 year ago

jsenko commented 1 year ago

BTW something I would like to do later as a refactoring is to break up the tasks to be more granular, so a single operation needs to be handled within a single task. This would simplify the retry/finally logic.