Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
ADAPT1-1599 | updated getVersion onFailure resourceTried name
Browse files Browse the repository at this point in the history
  • Loading branch information
aadit-chugh committed Jul 5, 2024
1 parent 833d3ca commit 981ff4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ object SchemaRegistry {
case _ => true // Retry for all other exceptions
},
policy = retryPolicy,
onError = onFailure("getAllVersions", subject)
onError = onFailure("getVersion", subject)
)

override def getAllVersions(subject: String): F[List[SchemaId]] =
Expand Down

0 comments on commit 981ff4b

Please sign in to comment.