temporal
temporal copied to clipboard
Add input validation that request ID size is below threshold
Is your feature request related to a problem? Please describe. Validate that request ID size does not exceed limit in business logic layer. Currently, the validation is done by DB: e.g. https://github.com/temporalio/temporal/blob/v1.17.1/schema/cassandra/temporal/schema.cql#L44
Input validation for request_ID has to be uuid as it is required by persistence schema.