You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the doc, the retries field expected zero and null value to behave differently.
But current entity definition omit zero value to empty, so this configuration does not function properly.
I am raising PR for this.
Expected behavior
Zero and Null value should be well distinguished.
How to Reproduce
Create Upstream with retries being zero.
View Upstream to see the retries being empty.
Screenshots
Environment
apisix version (cmd: apisix version):
OS (cmd: uname -a):
OpenResty / Nginx version (cmd: nginx -V or openresty -V):
etcd version, if have (cmd: run etcd --version):
apisix-dashboard version, if have:
Browser version, if have:
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue description
As shown in the doc, the retries field expected zero and null value to behave differently.
But current entity definition omit zero value to empty, so this configuration does not function properly.
I am raising PR for this.
Expected behavior
Zero and Null value should be well distinguished.
How to Reproduce
Screenshots
Environment
apisix version
):uname -a
):nginx -V
oropenresty -V
):etcd --version
):Additional context
No response
The text was updated successfully, but these errors were encountered: