Skip to content

SRDS: return Router::NullConfigImpl if no scope found. #8236

@stevenzzzz

Description

@stevenzzzz

Title: Let no-scope queries go through the filter chain when scope not found, currently it sends a 404 via sendLocalReply.

Description:

When no scope found, let's let the filter-chain handle it as a no-route-entry request, and take the right action. By default, this ends w/ Router filter sending back a 503 error (no route entry).

This update will allow some special purpose query (e.g., data-plane Health check queries) pass through the filter chain and gets handled by the filter chain correctly.

Metadata

Metadata

Assignees

Labels

enhancementFeature requests. Not bugs or questions.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions