temporal icon indicating copy to clipboard operation
temporal copied to clipboard

Add input validation that request ID size is below threshold

Open wxing1292 opened this issue 3 years ago • 1 comments

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

wxing1292 avatar Aug 03 '22 16:08 wxing1292

Input validation for request_ID has to be uuid as it is required by persistence schema.

yiminc avatar Aug 05 '22 21:08 yiminc