Commit e6dd450
committed
fix(router): fix router common prefix app publishing
using k8s scheduler apps with names which share a common prefix, e.g.
myapp, myapp1, myapp2, failed to get published to the router component.
This fix enforces dir etcd listing of discovered apps. Without the fix,
when apps share a common prefix, multiple non existent entries are
returned causing confd failures.1 parent 27eab71 commit e6dd450
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments