prasunsrivastav123-lang commented on PR #12990: URL: https://github.com/apache/apisix/pull/12990#issuecomment-4262361841
@Baoyuantop Thanks for fixing the formatting! I’ve updated the implementation to ensure trace_id validation is handled cleanly: - Only valid 32-character hex trace IDs are used - Invalid formats (non-hex, incorrect length, all-zero) fall back to the default generator - Missing x-request-id also correctly falls back Test cases have been added to cover all these scenarios. Please let me know if any further changes are needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
