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

Suspension of a dynamic endpoint gives a log indicating the expression rather than the resolved value. #3877

Open
chathuranga-jayanath-99 opened this issue Jan 19, 2025 · 0 comments
Labels

Comments

@chathuranga-jayanath-99
Copy link
Contributor

Description

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

  1. Create an endpoint with URI template as {uri.var.base}{+uri.var.path}{+uri.var.query}
  2. Define uri.var.base, uri.var.path, and uri.var.query
  3. Send a wrong request such that the endpoint will be suspended.
  4. View the log printed in the server.

Version

4.3.0

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant