-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area:configrelease:required-for-gaMust be resolved before GA releaseMust be resolved before GA release
Description
There are a few fields in confighttp structs that use e.g. a pointer to int instead of an int. This is an unusual pattern in configuration from components, so I think we should review why we use it and whether it is justified.
To fix this issue we need to:
- Define when we can use 'pointer to type' in configuration vs just type and relying on the zero value
- Review the fields on
confighttpbased on this.
On configgrpc we have a similar pattern for the configtls configuration.
dalakattdalakattdalakattdalakattdalakattdalakattdalakattdalakatt
Metadata
Metadata
Assignees
Labels
area:configrelease:required-for-gaMust be resolved before GA releaseMust be resolved before GA release
Type
Projects
Status
Done