Skip to content

Commit

Permalink
chore: don't wait for primary on lifespan
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Jan 13, 2025
1 parent 63e722e commit 86979ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schema_registry/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async def karapace_schema_registry_lifespan(
) -> AsyncGenerator[None, None]:
try:
await schema_registry.start()
await schema_registry.get_master()
await authorizer.start(stats=stastd)

yield
Expand Down

0 comments on commit 86979ac

Please sign in to comment.