Commit 7b369b4
authored
feat: Start the relayproxy as a unix socket. (#4261)
* Change format to configure server listening port
* Adding comments
* adding a log to mention the deprecation
* remove duplicated package
* Support multiple starting modes
* Adding test for server accessors
* Change the way to start the API
* Use logger pass in function
* Add test unix socket
* Replace LISTEN
* Use zap fatal instead of log
* set logger
* GetServerPort never return 0
* Use background instead of TODO for context
* Log and exit if impossible to remove existing socket
* log error when closing the unix socket
* better way for the socket to be created
* checking errors in tests
* use directly the logger passed in the function
* better waiting mechanism
* move server validation logic to Config object
* add test to validate error socket1 parent 5596094 commit 7b369b4
File tree
42 files changed
+1877
-334
lines changed- cmd/relayproxy
- api
- config
- helm-charts/relay-proxy
- testdata
- config
- dockerhub-example
- examples
- openfeature_kotlin_server
- openfeature_nodejs
- openfeature_react
- openfeature_web
- openfeature
- provider_tests
- providers/python-provider/tests
- website
- blog/2025-09-18-introducing-flagsets
- docs/relay-proxy
- versioned_docs/version-v1.0.0/getting_started
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+1877
-334
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | | - | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | | - | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | | - | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
115 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
116 | 174 | | |
117 | 175 | | |
118 | 176 | | |
119 | | - | |
| 177 | + | |
120 | 178 | | |
121 | 179 | | |
122 | 180 | | |
| |||
128 | 186 | | |
129 | 187 | | |
130 | 188 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
| 189 | + | |
146 | 190 | | |
147 | 191 | | |
148 | 192 | | |
149 | 193 | | |
150 | 194 | | |
151 | | - | |
| 195 | + | |
152 | 196 | | |
153 | 197 | | |
154 | 198 | | |
155 | 199 | | |
156 | 200 | | |
157 | | - | |
158 | | - | |
| 201 | + | |
| 202 | + | |
159 | 203 | | |
160 | 204 | | |
161 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
162 | 209 | | |
163 | | - | |
164 | | - | |
| 210 | + | |
| 211 | + | |
165 | 212 | | |
166 | 213 | | |
167 | 214 | | |
| |||
178 | 225 | | |
179 | 226 | | |
180 | 227 | | |
181 | | - | |
182 | | - | |
183 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
184 | 233 | | |
185 | 234 | | |
0 commit comments