Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resiliently handle karapace catalog unreachable #937

Closed
jfallows opened this issue Apr 17, 2024 · 0 comments · Fixed by #977
Closed

Resiliently handle karapace catalog unreachable #937

jfallows opened this issue Apr 17, 2024 · 0 comments · Fixed by #977
Assignees
Labels
story Feature description from user's perspective

Comments

@jfallows
Copy link
Contributor

jfallows commented Apr 17, 2024

Describe the desired outcome from the user's perspective
As devops, I want zilla to be resilient when karapace catalog is unreachable.

Acceptance criteria

  • resilient retries when catalog unreachable
  • handle catalog not reachable yet on first access
    • models treat missing schema using reject-messages-by-default strategy
    • bindings treat missing schema using reject-streams-by-default strategy; openapi, asyncapi, grpc
  • handle catalog not reachable after already caching a result
    • reuse cached result beyond cache expiration
    • log events indicating behavioral workarounds when unreachable, also when later reachable
    • unify caching across workers to maximize cache hits

Additional context
None

@jfallows jfallows added the story Feature description from user's perspective label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Feature description from user's perspective
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants