Skip to content

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

@chathuranga-jayanath-99

Description

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 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions