Commit 3a6826a
authored
out_forward: add warning for zstd as experimental (#4896)
**Which issue(s) this PR fixes**:
* Related to #4758
**What this PR does / why we need it**:
When using `compress zstd` for `out_forward`, output the following
warning log.
```
zstd compression feature is an experimental new feature supported since v1.19.0.
Please make sure that the destination server also supports this feature before using it.
in_forward plugin for Fluentd supports it since v1.19.0.
```
In #4758, it was agreed that we would refrain from updating [the forward
protocol
v1.5](https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1.5)
for the time being and instead output a log message indicating that this
feature is experimental.
> for now, we will make zstd available as an exprimenatal feature on the
Fluentd side, and note in the documentation that it is an experimental
feature that cannot be used unless the server supports it.
> Just displaying as a warning log to tell: "This is experimental
feature and not standardized yet" or similar message should be enough.
* #4758 (comment)
* #4758 (comment)
* #4758 (comment)
**Docs Changes**:
Not needed. (It should be done as #4657)
**Release Note**:
Not needed. (A note for #4657 would be enough.)
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>1 parent bf8f5f2 commit 3a6826a
File tree
2 files changed
+61
-61
lines changed- lib/fluent/plugin
- test/plugin
2 files changed
+61
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
274 | 281 | | |
275 | 282 | | |
276 | | - | |
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
181 | 235 | | |
182 | 236 | | |
183 | 237 | | |
| |||
326 | 380 | | |
327 | 381 | | |
328 | 382 | | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | 383 | | |
390 | 384 | | |
391 | 385 | | |
| |||
0 commit comments