Solutionunvalidated
Initialize Eureka using the async API (e.g., `eureka_client.init_async(...)`) and/or move initialization into an appropriate async startup hook so it doesn’t start a new event loop at import time.
a67a9627-d86f-4969-95b8-39b619a70194
Initialize Eureka using the async API (e.g., eureka_client.init_async(...)) and/or move initialization into an appropriate async startup hook so it doesn’t start a new event loop at import time.