You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suspension of a dynamic endpoint will give a similar log to below.
[2025-01-19 23:20:24,684] WARN {EndpointContext} - Endpoint : SimpleStockQuoteService_INTERNAL_ENDPOINT_REFERENCE with address {uri.var.base}{+uri.var.path}{+uri.var.query} will be marked SUSPENDED as it failed
[2025-01-19 23:20:24,685] WARN {EndpointContext} - Suspending endpoint : SimpleStockQuoteService_INTERNAL_ENDPOINT_REFERENCE with address {uri.var.base}{+uri.var.path}{+uri.var.query} - current suspend duration is : 30000ms - Next retry after : Sun Jan 19 23:20:54 IST 2025
Steps to Reproduce
Create an endpoint with URI template as {uri.var.base}{+uri.var.path}{+uri.var.query}
Define uri.var.base, uri.var.path, and uri.var.query
Send a wrong request such that the endpoint will be suspended.
View the log printed in the server.
Version
4.3.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
Suspension of a dynamic endpoint will give a similar log to below.
Steps to Reproduce
{uri.var.base}{+uri.var.path}{+uri.var.query}
uri.var.base
,uri.var.path
, anduri.var.query
Version
4.3.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: